Linear Algebra#
|
Compute the inverse of a square matrix. |
|
Compute the inverse of a triangular square matrix. |
|
Matrix or vector norm. |
|
Compute the Cholesky decomposition of a real symmetric positive semi-definite matrix. |
|
Compute the inverse of a real symmetric positive semi-definite matrix using it's Cholesky decomposition. |
|
Compute the cross product of two arrays along a specified axis. |
|
The QR factorization of the input matrix. |
|
The Singular Value Decomposition (SVD) of the input matrix. |
|
Compute the eigenvalues of a complex Hermitian or real symmetric matrix. |
|
Compute the eigenvalues and eigenvectors of a complex Hermitian or real symmetric matrix. |