RadialBasisEval Method (Double) |
Returns the value of the radial basis approximation at a point.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Eval(
double[] x
)
Public Function Eval (
x As Double()
) As Double
public:
double Eval(
array<double>^ x
)
member Eval :
x : float[] -> float
Parameters
- x
- Type: SystemDouble
A double array containing the locations of the data
point at which the approximation is to be computed.
Return Value
Type:
Double
A
double containing the value of the radial basis
approximation at
x.
See Also