_MTX_listItemCplx Struct Reference


Detailed Description

struct specific for MTX_ReadFromFile and related functions (a simple linked list)

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.
stComplexrowptr_cplx
 The pointer to complex data.
struct _MTX_listItemCplxnext
 The pointer to the next item in the list.

Field Documentation

BOOL _MTX_listItemCplx::isReal

A boolean to indicate if real data or complex data is attached to this item.

Definition at line 151 of file cmatrix.c.

double* _MTX_listItemCplx::rowptr

The pointer to real data.

Definition at line 152 of file cmatrix.c.

stComplex* _MTX_listItemCplx::rowptr_cplx

The pointer to complex data.

Definition at line 153 of file cmatrix.c.

struct _MTX_listItemCplx* _MTX_listItemCplx::next [read]

The pointer to the next item in the list.

Definition at line 154 of file cmatrix.c.


The documentation for this struct was generated from the following file:
Generated on Sun Feb 8 15:31:11 2009 for The Zenautics Matrix Project by  doxygen 1.5.4