IMSL C# Numerical Library

RadialBasis.Eval Method (Double[])

Returns the value of the radial basis approximation at a point.

public double Eval(
   double[] x
);

Parameters

x
A double array containing the location of the data point at which the approximation is to be computed.

Return Value

The value of the radial basis approximation at x.

See Also

RadialBasis Class | Imsl.Math Namespace | RadialBasis.Eval Overload List