Click or drag to resize

LinearLeastSquaresSVDdcSolve Method

Overload List
 NameDescription
Public methodSVDdcSolve(Matrix, Matrix) Computes the minimum-norm solution to a real linear least squares problem: minimize 2-norm(|| A*X - B||) using the singular value decomposition (SVD) of A. The matrix A can be rank-deficient.
Public methodSVDdcSolve(Matrix, Matrix, Double) Computes the minimum-norm solution to a real linear least squares problem: minimize 2-norm(|| A*X - B||) using the singular value decomposition (SVD) of A. The matrix A can be rank-deficient.
Top
See Also