Lin Alg
Linear Algebra methods interface.
Functions
Properties
Extensions
Dot products of two number matrices.
Dot products of two complex matrices.
Dot products of number matrix and number vector.
Dot products of complex matrix and complex vector.
Dot products of two number vectors. Scalar product.
Dot products of two complex vectors. Scalar product.
Calculates the eigenvalues and eigenvectors of a float matrix
Calculates the eigenvalues and eigenvectors of a numeric matrix
Calculates the eigenvalues and eigenvectors of a complex matrix
Calculates the eigenvalues of a float matrix
Calculates the eigenvalues of a numeric matrix.
Returns inverse float matrix
Returns inverse of a double matrix from numeric matrix
Returns inverse complex matrix
Returns PLU decomposition of the float matrix
Returns PLU decomposition of the numeric matrix
Returns PLU decomposition of the complex matrix
Returns QR decomposition of the float matrix
Returns QR decomposition of the numeric matrix
Returns QR decomposition of the complex matrix
Solves a linear matrix equation, or system of linear scalar equations.