IMSL C# Numerical Library

RadialBasis.HardyMultiquadric.G Method 

The derivative of the radial basis function.

public 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.

Implements

IFunction.G

See Also

RadialBasis.HardyMultiquadric Class | Imsl.Math Namespace