Package org.hipparchus.analysis
Interface CalculusFieldMultivariateMatrixFunction<T extends CalculusFieldElement<T>>
-
- Type Parameters:
T
- the type of the field elements
public interface CalculusFieldMultivariateMatrixFunction<T extends CalculusFieldElement<T>>
An interface representing a matrix multivariate function.- Since:
- 2.2
- See Also:
MultivariateMatrixFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T[][]
value(T... x)
Compute the value of the function.
-