Package org.hipparchus.analysis
Interface CalculusFieldMultivariateFunction<T extends CalculusFieldElement<T>>
- Type Parameters:
T
- the type of the field elements
public interface CalculusFieldMultivariateFunction<T extends CalculusFieldElement<T>>
An interface representing a scalar multivariate function.
- Since:
- 2.2
- See Also:
-
Method Summary
-
Method Details
-
value
Compute the value of the function.- Parameters:
x
- Point at which the function value should be computed.- Returns:
- the value of the function.
-