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.
MatrixOrder morder
 layout of data, either row-major or column-major.

Detailed Description

MATRIX is a main datatype and contains either Float or FloatComplex data.


Field Documentation

void* MATRIX::data

array of data values stored in row-major order

layout of data, either row-major or column-major.

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