public static T Gradient( T f, double[] x )
Public Shared Function Gradient ( f As T, x As Double() ) As T
public: static T Gradient( T f, array<double>^ x )
static member Gradient : f : 'T * x : float[] -> 'T
In This Article