Click or drag to resize
RadialBasisEval Method (Double)
Returns the value of the radial basis at a point.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] Eval(
	double[,] x
)

Parameters

x
Type: SystemDouble
A double matrix of size n by nDim containing the points at which the radial basis is to be evaluated.

Return Value

Type: Double
A double array giving the value of the radial basis at the point x
See Also