Uses of Class
org.hipparchus.analysis.differentiation.FieldTaylorMap
-
Packages that use FieldTaylorMap Package Description org.hipparchus.analysis.differentiation 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 FieldTaylorMap Modifier and Type Method Description FieldTaylorMap<T>
FieldTaylorMap. compose(FieldTaylorMap<T> other)
Compose the instance with another Taylor map as \(\mathrm{this} \circ \mathrm{other}\).FieldTaylorMap<T>
FieldTaylorMap. invert(FieldMatrixDecomposer<T> decomposer)
Invert the instance.Methods in org.hipparchus.analysis.differentiation with parameters of type FieldTaylorMap Modifier and Type Method Description FieldTaylorMap<T>
FieldTaylorMap. compose(FieldTaylorMap<T> other)
Compose the instance with another Taylor map as \(\mathrm{this} \circ \mathrm{other}\).
-