|
HermesCommon
3.0
|
Structure for storing indices in sparse matrix. More...
#include <matrix.h>
Public Member Functions | |
| Page (bool dyn_stored_=false) | |
Public Attributes | |
| unsigned char | count |
| number of indices stored | |
| int | idx [PAGE_SIZE] |
| buffer for storing indices | |
| Page * | next |
| pointer to next page | |
| bool | dyn_stored |
| this page is stored in the dynamically allocated part. | |
Structure for storing indices in sparse matrix.