Package org.ujmp.core.doublematrix.calculation.general.decomposition
-
Interface Summary Interface Description Chol<T> Cholesky Decomposition.DecompositionDoubleCalculations Eig<T> Eigenvalues and eigenvectors of a real matrix.Inv<T> InvSPD<T> InvSymm<T> LU<T> LU Decomposition.QR<T> QR Decomposition.Solve<T> SolveSPD<T> SolveSymm<T> SVD<T> Singular Value Decomposition. -
Class Summary Class Description Chol.CholMatrix Eig.EigMatrix Ginv This class implements some matrix operations that I need for other things I'm doing.LU.LUMatrix Pinv Princomp QR.QRMatrix SVD.SVDMatrix SVDTask