IMSL C# Numerical Library

RadialBasis.Eval Method

Returns the value of the radial basis approximation.

Overload List

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

public double Eval(double[]);

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

public double[] Eval(double[,]);

See Also

RadialBasis Class | Imsl.Math Namespace