Uses of Class
org.hipparchus.analysis.differentiation.FieldTaylorMap
Packages that use 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
Methods in org.hipparchus.analysis.differentiation that return FieldTaylorMapModifier and TypeMethodDescriptionFieldTaylorMap.compose
(FieldTaylorMap<T> other) Compose the instance with another Taylor map as .FieldTaylorMap.invert
(FieldMatrixDecomposer<T> decomposer) Invert the instance.Methods in org.hipparchus.analysis.differentiation with parameters of type FieldTaylorMapModifier and TypeMethodDescriptionFieldTaylorMap.compose
(FieldTaylorMap<T> other) Compose the instance with another Taylor map as .