Package org.ujmp.core.doublematrix.calculation.general.decomposition

Interface Summary
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
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  
 



Copyright © 2010. All Rights Reserved.