Uses of Class
org.la4j.decomposition.AbstractDecompositor
-
Packages that use AbstractDecompositor Package Description org.la4j.decomposition -
-
Uses of AbstractDecompositor in org.la4j.decomposition
Subclasses of AbstractDecompositor in org.la4j.decomposition Modifier and Type Class Description classCholeskyDecompositorThis class represents Cholesky decomposition of matrices.classEigenDecompositorThis class represents Eigen decomposition of matrices.classLUDecompositorThis class represents LU decomposition of matrices.classQRDecompositorThis class represents QR decomposition of matrices.classRawLUDecompositorclassRawQRDecompositorclassSingularValueDecompositorThis class represents singular value decomposition of matrices.
-