ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
PhpOffice\PhpSpreadsheet\Shared\JAMA Namespace Reference

Data Structures

class  CholeskyDecomposition
 Cholesky decomposition class. More...
 
class  EigenvalueDecomposition
 Class to obtain eigenvalues and eigenvectors of a real matrix. More...
 
class  LUDecomposition
 For an m-by-n matrix A with m >= n, the LU decomposition is an m-by-n unit lower triangular matrix L, an n-by-n upper triangular matrix U, and a permutation vector piv of length m so that A(piv,:) = L*U. More...
 
class  Matrix
 Matrix class. More...
 
class  QRDecomposition
 For an m-by-n matrix A with m >= n, the QR decomposition is an m-by-n orthogonal matrix Q and an n-by-n upper triangular matrix R so that A = Q*R. More...
 
class  SingularValueDecomposition
 For an m-by-n matrix A with m >= n, the singular value decomposition is an m-by-n orthogonal matrix U, an n-by-n diagonal matrix S, and an n-by-n orthogonal matrix V so that A = U*S*V'. More...