IMSL C# Numerical Library

RadialBasis.HardyMultiquadric.F Method 

A radial basis function.

public double F(
   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.F

See Also

RadialBasis.HardyMultiquadric Class | Imsl.Math Namespace