Uses of Interface
org.hipparchus.linear.MatrixDecomposer
-
Packages that use MatrixDecomposer Package Description org.hipparchus.analysis.differentiation This package holds the main interfaces and basic building block classes dealing with differentiation.org.hipparchus.linear Linear algebra support. -
-
Uses of MatrixDecomposer in org.hipparchus.analysis.differentiation
Methods in org.hipparchus.analysis.differentiation with parameters of type MatrixDecomposer Modifier and Type Method Description TaylorMap
TaylorMap. invert(MatrixDecomposer decomposer)
Invert the instance. -
Uses of MatrixDecomposer in org.hipparchus.linear
Classes in org.hipparchus.linear that implement MatrixDecomposer Modifier and Type Class Description class
CholeskyDecomposer
Matrix decomposer using Cholseky decomposition.class
LUDecomposer
Matrix decomposer using LU-decomposition.class
QRDecomposer
Matrix decomposer using QR-decomposition.class
SingularValueDecomposer
Matrix decomposer using Singular Value Decomposition.
-