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 interface
FieldDerivative<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 class
FieldDerivativeStructure<T extends CalculusFieldElement<T>>
Class representing both the value and the differentials of a function.class
FieldGradient<T extends CalculusFieldElement<T>>
Class representing both the value and the differentials of a function.class
FieldUnivariateDerivative<S extends CalculusFieldElement<S>,T extends FieldUnivariateDerivative<S,T>>
Abstract 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.class
FieldUnivariateDerivative2<T extends CalculusFieldElement<T>>
Class representing both the value and the differentials of a function.
-