Interface FieldMultivariateVectorFunction


  • public interface FieldMultivariateVectorFunction
    An interface representing a vector multivariate function for any field type.
    Since:
    2.2
    See Also:
    MultivariateVectorFunction
    • Method Detail

      • value

        <T extends CalculusFieldElement<T>> T[] value​(T... x)
        Compute the value of the function.
        Type Parameters:
        T - the type of the field elements
        Parameters:
        x - Point at which the function value should be computed.
        Returns:
        the value of the function.