User`s guide
Guidelines for Working with MWArray Classes
Factory Method Usage
newInstance(int[], Object,
MWClassID)
Real numeric array of specified type.
Values are initialized with supplied
arrays.
newInstance(int[], Object,
Object, MWClassID)
Complex numeric array of specified
type. Values are initialized with
supplied arrays.
newSparse(int[], int[],
Object, int, int, int,
MWClassID)
Real sparse numeric matrix of
specified typ e, dimensions, and
maximum nonzeros. Values are
initialized with supplied row,
column, and data arrays.
newSparse(int[], int[],
Object, int, int, MWClassID)
Real sparse numeric matrix of
specified t ype and dimensions.
Values are initialized with supplied
row, column, and data arrays.
Maximum nonzeros are computed
from input dat a.
newSparse(int[], int[],
Object, MWClassID)
Real sparse numeric matrix of
specified typ e. Values are initialized
with supplied row, column, and data
arrays. Maximum nonzeros and
dimensions are computed from input
data.
newSparse(int[], int[],
Object, Object, int, int,
int, MWClassID)
Complex sparse numeric matrix
of specified type, dime nsions,
and maximum nonzer os. Values
are initialized with supplied row,
column, and data arrays.
newSparse(int[], int[],
Object, Object, int, int,
MWClassID)
Complex sparse numeric matrix
of specified type and dimensions.
Values are initialized with supplied
row, column, and data arrays.
Maximum nonzeros are computed
from input dat a.
4-13