Uses of Interface
org.hipparchus.analysis.differentiation.FieldDerivative
Package
Description
This package holds the main interfaces and basic building block classes
dealing with differentiation.
-
Uses of FieldDerivative in org.hipparchus.analysis.differentiation
Modifier and TypeInterfaceDescriptioninterface
FieldDerivative<S extends CalculusFieldElement<S>,
T extends FieldDerivative<S, T>> Interface representing both the value and the differentials of a function.interface
FieldDerivative1<S extends CalculusFieldElement<S>,
T extends FieldDerivative<S, T>> Interface representing a Field object holding partial derivatives up to first order.Modifier and TypeInterfaceDescriptioninterface
FieldDerivative1<S extends CalculusFieldElement<S>,
T extends FieldDerivative<S, T>> Interface representing a Field object holding partial derivatives up to first order.Modifier and TypeClassDescriptionclass
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.