Creates a new instance of RadialBasis.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public RadialBasis(
	int nDim,
	int nCenters
)
Visual Basic (Declaration)
Public Sub New ( _
	nDim As Integer, _
	nCenters As Integer _
)
Visual C++
public:
RadialBasis(
	int nDim, 
	int nCenters
)

Parameters

nDim
Type: System..::.Int32
An int specifying the number of dimensions.
nCenters
Type: System..::.Int32
An int specifying the number of centers.

See Also