Package org.la4j.decomposition
-
Interface Summary Interface Description MatrixDecompositor Interface for implementing various matrix decompositions. -
Class Summary Class Description AbstractDecompositor CholeskyDecompositor This class represents Cholesky decomposition of matrices.EigenDecompositor This class represents Eigen decomposition of matrices.LUDecompositor This class represents LU decomposition of matrices.QRDecompositor This class represents QR decomposition of matrices.RawLUDecompositor RawQRDecompositor SingularValueDecompositor This class represents singular value decomposition of matrices.