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[,], the point at which the radial basis is to be evaluated.

Return Value

A double[] giving the value of the radial basis at the point x.

See Also

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