Linear |
The LinearLeastSquares type exposes the following members.
Name | Description | |
---|---|---|
LinearLeastSquares | Initializes a new instance of the LinearLeastSquares class. |
Name | Description | |
---|---|---|
CalculateLIWORK | Calcula LIWORK para ser usado en IWORK. Este programa se encuentra en el foro de preguntas de Lapack | |
COFSolve(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. | |
COFSolve(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. | |
QRorLQSolve | 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. | |
SVDdcSolve(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. | |
SVDdcSolve(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. |
Name | Description | |
---|---|---|
GetEnumNames | (Defined by General) | |
IsValidDouble | (Defined by General) |