User`s guide

4 Using MWArra y Classes
Constructor Usage
MWNumericArray()
Empty double array
MWNumericArray (MWClassID)
Empty array of type specified by
MWClassID
MWNumericArray(type,
MWClassID)
Real array of type specified by MWClassID
MWNumericArray(type)
Real array with type determined from
default conversion rules
MWNumericArray(type, type,
MWClassID)
Complex array of type specified by
MWClassID
MWNumericArray(type, type)
Complexarraywithtypedetermined
from default conversion rules
4-8