Uses of Class
org.hipparchus.analysis.differentiation.FieldTaylorMap
Package
Description
This package holds the main interfaces and basic building block classes
dealing with differentiation.
-
Uses of FieldTaylorMap in org.hipparchus.analysis.differentiation
Modifier and TypeMethodDescriptionFieldTaylorMap.compose
(FieldTaylorMap<T> other) Compose the instance with another Taylor map as \(\mathrm{this} \circ \mathrm{other}\).FieldTaylorMap.invert
(FieldMatrixDecomposer<T> decomposer) Invert the instance.Modifier and TypeMethodDescriptionFieldTaylorMap.compose
(FieldTaylorMap<T> other) Compose the instance with another Taylor map as \(\mathrm{this} \circ \mathrm{other}\).