Class FDSFactory<T extends CalculusFieldElement<T>>

java.lang.Object
org.hipparchus.analysis.differentiation.FDSFactory<T>
Type Parameters:
T - the type of the function parameters and value

public class FDSFactory<T extends CalculusFieldElement<T>> extends Object
Factory for FieldDerivativeStructure.

This class is a factory for FieldDerivativeStructure instances.

Instances of this class are guaranteed to be immutable.

See Also: