Uses of Interface
org.la4j.decomposition.MatrixDecompositor
-
Packages that use MatrixDecompositor Package Description org.la4j org.la4j.decomposition -
-
Uses of MatrixDecompositor in org.la4j
Methods in org.la4j that return MatrixDecompositor Modifier and Type Method Description abstract MatrixDecompositorLinearAlgebra.DecompositorFactory. create(Matrix matrix)MatrixDecompositorMatrix. withDecompositor(LinearAlgebra.DecompositorFactory factory)Creates a new decompositor by givenfactoryof this matrix. -
Uses of MatrixDecompositor in org.la4j.decomposition
Classes in org.la4j.decomposition that implement MatrixDecompositor Modifier and Type Class Description classAbstractDecompositorclassCholeskyDecompositorThis 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.
-