Linear |
Name | Description | |
---|---|---|
![]() | 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. |