Data Fields

MATRIX Struct Reference
[Matrix - Matrix creates and manipulates data in 1D and 2D matrix form.]

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.

Detailed Description

MATRIX is a main datatype and contains either double or double complex data.


Field Documentation

void* MATRIX::data

array of data values stored in row-major order

type of data, either real or complex.

number of columns in matrix

number of rows in matrix


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines