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

Structure for storing indices in sparse matrix. More...

#include <matrix.h>

Public Attributes

int count
 number of indices stored
 
int idx [PAGE_SIZE]
 buffer for storring indices
 
Pagenext
 pointer to next page
 

Detailed Description

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

Structure for storing indices in sparse matrix.

Definition at line 453 of file matrix.h.


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