Class FieldUnivariateDerivative<S extends CalculusFieldElement<S>,T extends FieldUnivariateDerivative<S,T>>

java.lang.Object
org.hipparchus.analysis.differentiation.FieldUnivariateDerivative<S,T>
Type Parameters:
S - the type of the field elements
T - the type of the function derivative
All Implemented Interfaces:
DifferentialAlgebra, FieldDerivative<S,T>, CalculusFieldElement<T>, FieldElement<T>
Direct Known Subclasses:
FieldUnivariateDerivative1, FieldUnivariateDerivative2

public abstract class FieldUnivariateDerivative<S extends CalculusFieldElement<S>,T extends FieldUnivariateDerivative<S,T>> extends Object implements FieldDerivative<S,T>
Abstract class representing both the value and the differentials of a function.
Since:
1.7