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

_sh_iter_s Struct Reference
[Sparse matrices]

Collaboration diagram for _sh_iter_s:

Collaboration graph
[legend]

Detailed Description

For internal use only.

This structure is used by sh_iter() in its call to ll_iter(). The structure contains state that ll_iter() cannot directly pass to _sh_iter_iter().

Definition at line 41 of file sh_iter.c.

Data Fields

smat_table_tsi_table
smat_iter_t si_iter
void * si_extra


Field Documentation

void* _sh_iter_s::si_extra
 

Extra data.

Definition at line 44 of file sh_iter.c.

Referenced by _sh_iter_iter(), and sh_iter().

smat_iter_t _sh_iter_s::si_iter
 

Iter function.

Definition at line 43 of file sh_iter.c.

Referenced by _sh_iter_iter(), and sh_iter().

smat_table_t* _sh_iter_s::si_table
 

Pointer to the smat table.

Definition at line 42 of file sh_iter.c.

Referenced by _sh_iter_iter(), and sh_iter().


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