Creates a new instance of RadialBasis.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public RadialBasis(
int nDim,
int nCenters
)
Public Sub New (
nDim As Integer,
nCenters As Integer
)
public:
RadialBasis(
int nDim,
int nCenters
)
new :
nDim : int *
nCenters : int -> RadialBasis
Parameters
- nDim
- Type: SystemInt32
An int specifying the number of dimensions.
- nCenters
- Type: SystemInt32
An int specifying the number of centers.
See Also