#include <cmatrix.h>
Definition at line 74 of file cmatrix.h.
Data Fields | |
unsigned | nrows |
The number of rows in the matrix. | |
unsigned | ncols |
The number of columns in the matrix. | |
BOOL | isReal |
This indicates if is the matrix real or complex. | |
double ** | data |
This is a pointer to an array of double column vectors. | |
stComplex ** | cplx |
Thsi is a pointer to an array of complex column vectors. | |
char * | comment |
This is a comment string (if applicable). |
unsigned MTX::nrows |
unsigned MTX::ncols |
BOOL MTX::isReal |
double** MTX::data |
char* MTX::comment |