RadialBasisEval Method (Double) |
Returns the value of the radial basis 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:
array<double>^ Eval(
array<double,2>^ x
)
member Eval :
x : float[,] -> float[]
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
xSee Also