Click or drag to resize
RadialBasisUpdate Method (Double, Double)
Adds a set of data points, all with weight = 1.

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

Parameters

x
Type: SystemDouble
A double matrix of size n by nDim containing the locations of the data points for each dimension.
f
Type: SystemDouble
A double array containing the function values at the data points.
See Also