Uses of Interface
org.la4j.decomposition.MatrixDecompositor
Packages that use MatrixDecompositor
-
Uses of MatrixDecompositor in org.la4j
Methods in org.la4j that return MatrixDecompositorModifier and TypeMethodDescriptionabstract 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 MatrixDecompositorModifier and TypeClassDescriptionclassclassThis class represents Cholesky decomposition of matrices.classThis class represents Eigen decomposition of matrices.classThis class represents LU decomposition of matrices.classThis class represents QR decomposition of matrices.classclassclassThis class represents singular value decomposition of matrices.