Class FieldDerivativeStructure<T extends CalculusFieldElement<T>>

java.lang.Object
org.hipparchus.analysis.differentiation.FieldDerivativeStructure<T>
Type Parameters:
T - the type of the field elements
All Implemented Interfaces:
DifferentialAlgebra, FieldDerivative<T,FieldDerivativeStructure<T>>, CalculusFieldElement<FieldDerivativeStructure<T>>, FieldElement<FieldDerivativeStructure<T>>

public class FieldDerivativeStructure<T extends CalculusFieldElement<T>> extends Object implements FieldDerivative<T,FieldDerivativeStructure<T>>
Class representing both the value and the differentials of a function.

This class is similar to DerivativeStructure except function parameters and value can be any CalculusFieldElement.

Instances of this class are guaranteed to be immutable.

See Also: