Click or drag to resize
RadialBasis Constructor
Creates a new instance of RadialBasis.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public RadialBasis(
	int nDim,
	int nCenters
)

Parameters

nDim
Type: SystemInt32
An int specifying the number of dimensions.
nCenters
Type: SystemInt32
An int specifying the number of centers.
See Also