RadialBasisHardyMultiquadricG Method |
The derivative of the Hardy multiquadric basis function used to
calculate the Gradient of the radial basis
approximation.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double G(
double x
)
Public Function G (
x As Double
) As Double
public:
virtual double G(
double x
) sealed
abstract G :
x : float -> float
override G :
x : float -> float
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
RadialBasisIFunctionG(Double)See Also