Uses of Interface
org.hipparchus.analysis.differentiation.Derivative1
-
Packages that use Derivative1 Package Description org.hipparchus.analysis.differentiation This package holds the main interfaces and basic building block classes dealing with differentiation. -
-
Uses of Derivative1 in org.hipparchus.analysis.differentiation
Classes in org.hipparchus.analysis.differentiation that implement Derivative1 Modifier and Type Class Description class
Gradient
Class representing both the value and the differentials of a function.class
SparseGradient
First derivative computation with large number of variables.class
UnivariateDerivative1
Class representing both the value and the differentials of a function.
-