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 square matrix.  | 
  | 
Compute the eigenvalues and eigenvectors of a square 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.  | 
  | 
Compute the LU factorization of the given matrix   | 
  | 
Computes a compact representation of the LU factorization.  | 
  | 
Compute the (Moore-Penrose) pseudo-inverse of a matrix.  | 
  | 
Compute the solution to a system of linear equations   | 
  | 
Computes the solution of a triangular system of linear equations   |