Data Fields | |
void * | data |
array of data values stored in row-major order | |
int | nRow |
number of rows in matrix | |
int | nCol |
number of columns in matrix | |
MatrixType | mtype |
type of data, either real or complex. |
MATRIX is a main datatype and contains either double or double complex data.
void* MATRIX::data |
array of data values stored in row-major order
type of data, either real or complex.
int MATRIX::nCol |
number of columns in matrix
int MATRIX::nRow |
number of rows in matrix