Click or drag to resize
RadialBasisHardyMultiquadricF Method
A Hardy multiquadric basis function.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double F(
	double x
)

Parameters

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

Return Value

Type: Double
A double, the value of the function at x.

Implements

RadialBasisIFunctionF(Double)
See Also