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 MatrixDecompositor
Matrix.withDecompositor
(LinearAlgebra.DecompositorFactory factory) Creates a new decompositor by givenfactory
of this matrix. -
Uses of MatrixDecompositor in org.la4j.decomposition
Classes in org.la4j.decomposition that implement MatrixDecompositorModifier and TypeClassDescriptionclass
class
This class represents Cholesky decomposition of matrices.class
This class represents Eigen decomposition of matrices.class
This class represents LU decomposition of matrices.class
This class represents QR decomposition of matrices.class
class
class
This class represents singular value decomposition of matrices.