IMSL C# Numerical Library

RadialBasis.IFunction.G Method 

The derivative of the radial basis function.

double G(
   double x
);

Parameters

x
A double, the point at which the function is to be evaluated.

Return Value

A double, the value of the function at x.

See Also

RadialBasis.IFunction Interface | Imsl.Math Namespace