Uses of Class
org.hipparchus.analysis.differentiation.TaylorMap
-
Packages that use TaylorMap Package Description org.hipparchus.analysis.differentiation This package holds the main interfaces and basic building block classes dealing with differentiation. -
-
Uses of TaylorMap in org.hipparchus.analysis.differentiation
Methods in org.hipparchus.analysis.differentiation that return TaylorMap Modifier and Type Method Description TaylorMap
TaylorMap. compose(TaylorMap other)
Compose the instance with another Taylor map as \(\mathrm{this} \circ \mathrm{other}\).TaylorMap
TaylorMap. invert(MatrixDecomposer decomposer)
Invert the instance.Methods in org.hipparchus.analysis.differentiation with parameters of type TaylorMap Modifier and Type Method Description TaylorMap
TaylorMap. compose(TaylorMap other)
Compose the instance with another Taylor map as \(\mathrm{this} \circ \mathrm{other}\).
-