IMSL C# Numerical Library

RadialBasis.Update Method (Double[,], Double[], Double[])

Adds a set of data points with user-specified weights.

public void Update(
   double[,] x,
   double[] f,
   double[] w
);

Parameters

x
A double matrix of size n by nDim containing the location of the data points, where n is the number of data points and nDim is the dimension, d.
f
A double array containing the function values at the data points.
w
A double array containing the weights associated with the data points.

See Also

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