Click or drag to resize

LinearLeastSquares Methods

The LinearLeastSquares type exposes the following members.

Methods
 NameDescription
Private methodCalculateLIWORK Calcula LIWORK para ser usado en IWORK. Este programa se encuentra en el foro de preguntas de Lapack
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.
Public methodQRorLQSolve Solves overdetermined or underdetermined real linear systems involving an M-by-N matrix A, using a QR or LQ factorization of A. It is assumed that A has full rank.
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
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also