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

_smat_head_s Struct Reference
[Sparse matrices]

#include <dbprim.h>

Collaboration diagram for _smat_head_s:

Collaboration graph
[legend]

Detailed Description

For internal use only.

This is the implementation of the smat_head_t type.

Definition at line 2005 of file dbprim.h.

Data Fields

unsigned long sh_magic
smat_loc_t sh_elem
smat_table_tsh_table
link_head_t sh_head


Field Documentation

smat_loc_t _smat_head_s::sh_elem
 

0 or 1 to indicate first or second.

Definition at line 2007 of file dbprim.h.

Referenced by sh_find(), sh_flush(), sh_init(), sh_iter(), sh_move(), st_add(), and st_find().

link_head_t _smat_head_s::sh_head
 

Linked list head.

Definition at line 2009 of file dbprim.h.

Referenced by sh_find(), sh_flush(), sh_init(), sh_iter(), sh_move(), st_add(), and st_find().

unsigned long _smat_head_s::sh_magic
 

Magic number.

Definition at line 2006 of file dbprim.h.

Referenced by sh_init().

smat_table_t* _smat_head_s::sh_table
 

Table this object's in.

Definition at line 2008 of file dbprim.h.

Referenced by sh_flush(), sh_init(), sh_iter(), st_add(), and st_find().


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