Uses of Class
org.hipparchus.analysis.differentiation.DSCompiler
-
Packages that use DSCompiler Package Description org.hipparchus.analysis.differentiation This package holds the main interfaces and basic building block classes dealing with differentiation. -
-
Uses of DSCompiler in org.hipparchus.analysis.differentiation
Methods in org.hipparchus.analysis.differentiation that return DSCompiler Modifier and Type Method Description static DSCompiler
DSCompiler. getCompiler(int parameters, int order)
Get the compiler for number of free parameters and order.DSCompiler
DSFactory. getCompiler()
Get the compiler for the current dimensions.DSCompiler
FDSFactory. getCompiler()
Get the compiler for the current dimensions.Methods in org.hipparchus.analysis.differentiation with parameters of type DSCompiler Modifier and Type Method Description void
DSCompiler. checkCompatibility(DSCompiler compiler)
Check rules set compatibility.
-