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