Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

_st_iter_s Struct Reference
[Sparse matrices]

Collaboration diagram for _st_iter_s:

Collaboration graph
[legend]

Detailed Description

For internal use only.

This structure is used by st_iter() in its call to ht_iter(). The structure contains state that ht_iter() cannot directly pass to _st_iter_iter().

Definition at line 41 of file st_iter.c.

Data Fields

smat_table_tsi_table
smat_iter_t si_iter
void * si_extra


Field Documentation

void* _st_iter_s::si_extra
 

Extra data.

Definition at line 44 of file st_iter.c.

Referenced by _st_iter_iter(), and st_iter().

smat_iter_t _st_iter_s::si_iter
 

Iter function.

Definition at line 43 of file st_iter.c.

Referenced by _st_iter_iter(), and st_iter().

smat_table_t* _st_iter_s::si_table
 

Pointer to the smat table.

Definition at line 42 of file st_iter.c.

Referenced by _st_iter_iter(), and st_iter().


Generated on Sat Jul 15 14:10:56 2006 for DatabasePrimitivesLibrary by  doxygen 1.4.4