Click or drag to resize

LinearLeastSquaresCOFSolve Method

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