Package mikera.matrixx.decompose
-
Interface Summary Interface Description IBidiagonalResult Interface representing the result of a Bidiagonal decompostionICholeskyLDUResult ICholeskyResult Interface for results of Cholesky DecompositionIEigenResult IHessenbergResult Interface representing the result of a hessenberg decompositionILUPResult Interface for results of LUP decompositionILUResult Interface for results of LU decompositionIQRResult QR decompositions decompose a rectangular matrix 'A' such that 'A=QR'.ISVDResult Interface representing the result of an SVD decomposition -
Class Summary Class Description Bidiagonal API class for performing bidiagonal decompositionsCholesky Class implementing Cholesky decomposition A = L.L* Where: A is a symmetric (actually Hermitian), positive-definite matrix and: L is a lower triangular matrix L* is the conjugate transpose of L (which is equal to its transpose, since A is real in Vectorz) See: http://en.wikipedia.org/wiki/Cholesky_decompositionEigen Hessenberg Public API class for Hessenberg decompositionLUP QR Public API class for QR decomposition QR decomposition decomposes any matrix A such that: A = Q.R Where: Q is an orthogonal matrix R is an upper triangular matrixSVD Public API class for SVD decomposition
DMelt 3.0 © DataMelt by jWork.ORG