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 TaylorMapTaylorMap. compose(TaylorMap other)Compose the instance with another Taylor map as .TaylorMapTaylorMap. invert(MatrixDecomposer decomposer)Invert the instance.Methods in org.hipparchus.analysis.differentiation with parameters of type TaylorMap Modifier and Type Method Description TaylorMapTaylorMap. compose(TaylorMap other)Compose the instance with another Taylor map as .
-