HermesCommon  3.0
Hermes::Algebra::SparseMatrix< Scalar >::Page Struct Reference

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
 
Pagenext
 pointer to next page
 
bool dyn_stored
 this page is stored in the dynamically allocated part.
 

Detailed Description

template<typename Scalar>
struct Hermes::Algebra::SparseMatrix< Scalar >::Page

Structure for storing indices in sparse matrix.

Definition at line 191 of file matrix.h.


The documentation for this struct was generated from the following file: