A Hardy multiquadric basis function.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double F(
	double x
)
Visual Basic (Declaration)
Public Function F ( _
	x As Double _
) As Double
Visual C++
public:
virtual double F(
	double x
) sealed

Parameters

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

Return Value

A double, the value of the function at x.

Implements

RadialBasis..::.IFunction..::.F(Double)

See Also