Package org.ujmp.core.doublematrix.calculation.general.decomposition
package org.ujmp.core.doublematrix.calculation.general.decomposition
-
ClassDescriptionChol<T>Cholesky Decomposition.Eig<T>Eigenvalues and eigenvectors of a real matrix.This class implements some matrix operations that I need for other things I'm doing.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.