|
Matrix transformations
Matrix decomposition can be used in the following cases:
Different matrix decomposition types are used depending on the problem.
Function |
Action |
---|---|
Computes the Cholesky decomposition |
|
Computes the eigenvalues and right eigenvectors of a square matrix |
|
Computes the eigenvalues of a general matrix |
|
LU factorization of a matrix as the product of a lower triangular matrix and an upper triangular matrix |
|
LUP factorization with partial pivoting, which refers to LU decomposition with row permutations only: PA=LU |
|
Compute the qr factorization of a matrix |
|
Singular Value Decomposition |