RadialBasisUpdate Method (Double, Double, Double) |
Adds a data point with a specified weight.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void Update(
double[] x,
double f,
double w
)
Public Sub Update (
x As Double(),
f As Double,
w As Double
)
public:
void Update(
array<double>^ x,
double f,
double w
)
member Update :
x : float[] *
f : float *
w : float -> unit
Parameters
- x
- Type: SystemDouble
A double array containing the locations of the data
point.
- f
- Type: SystemDouble
A double containing the function value at the data
point.
- w
- Type: SystemDouble
A double containing the weight of this data point.
See Also