IMSL C# Numerical Library
RadialBasis Constructor
Creates a new instance of
RadialBasis
.
public RadialBasis(
int
nDim
,
int
nCenters
);
Parameters
nDim
An
int
specifying the number of dimensions,
d
.
nCenters
An
int
specifying the number of centers.
See Also
RadialBasis Class
|
Imsl.Math Namespace