Interface CalculusFieldMultivariateVectorFunction<T extends CalculusFieldElement<T>>

Type Parameters:
T - the type of the field elements

public interface CalculusFieldMultivariateVectorFunction<T extends CalculusFieldElement<T>>
An interface representing a vector multivariate function.
Since:
2.2
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    T[]
    value(T... x)
    Compute the value of the function.
  • Method Details

    • value

      T[] value(T... x)
      Compute the value of the function.
      Parameters:
      x - Point at which the function value should be computed.
      Returns:
      the value of the function.