Uses of Interface
org.hipparchus.analysis.differentiation.FieldDerivative
-
Packages that use FieldDerivative Package Description org.hipparchus.analysis.differentiation This package holds the main interfaces and basic building block classes dealing with differentiation. -
-
Uses of FieldDerivative in org.hipparchus.analysis.differentiation
Classes in org.hipparchus.analysis.differentiation with type parameters of type FieldDerivative Modifier and Type Interface Description interfaceFieldDerivative<S extends CalculusFieldElement<S>,T extends FieldDerivative<S,T>>Interface representing both the value and the differentials of a function.Classes in org.hipparchus.analysis.differentiation that implement FieldDerivative Modifier and Type Class Description classFieldDerivativeStructure<T extends CalculusFieldElement<T>>Class representing both the value and the differentials of a function.classFieldGradient<T extends CalculusFieldElement<T>>Class representing both the value and the differentials of a function.classFieldUnivariateDerivative<S extends CalculusFieldElement<S>,T extends FieldUnivariateDerivative<S,T>>Abstract class representing both the value and the differentials of a function.classFieldUnivariateDerivative1<T extends CalculusFieldElement<T>>Class representing both the value and the differentials of a function.classFieldUnivariateDerivative2<T extends CalculusFieldElement<T>>Class representing both the value and the differentials of a function.
-