Uses of Interface
org.hipparchus.analysis.differentiation.FieldDerivative1
-
Packages that use FieldDerivative1 Package Description org.hipparchus.analysis.differentiation This package holds the main interfaces and basic building block classes dealing with differentiation. -
-
Uses of FieldDerivative1 in org.hipparchus.analysis.differentiation
Classes in org.hipparchus.analysis.differentiation that implement FieldDerivative1 Modifier and Type Class Description class
FieldGradient<T extends CalculusFieldElement<T>>
Class representing both the value and the differentials of a function.class
FieldUnivariateDerivative1<T extends CalculusFieldElement<T>>
Class representing both the value and the differentials of a function.
-