Definition at line 149 of file cmatrix.c.
Data Fields | |
BOOL | isReal |
A boolean to indicate if real data or complex data is attached to this item. | |
double * | rowptr |
The pointer to real data. | |
stComplex * | rowptr_cplx |
The pointer to complex data. | |
struct _MTX_listItemCplx * | next |
The pointer to the next item in the list. |
double* _MTX_listItemCplx::rowptr |
struct _MTX_listItemCplx* _MTX_listItemCplx::next [read] |