SparseMatrixEZ< number >::Entry Struct Reference

List of all members.

Public Member Functions

 Entry ()
 Entry (const unsigned int column, const number &value)

Public Attributes

unsigned int column
number value

Static Public Attributes

static const unsigned int invalid = numbers::invalid_unsigned_int


Detailed Description

template<typename number>
struct SparseMatrixEZ< number >::Entry

The class for storing the column number of an entry together with its value.

Constructor & Destructor Documentation

template<typename number >
SparseMatrixEZ< number >::Entry::Entry (  )  [inline]

Standard constructor. Sets column to invalid.

template<typename number>
SparseMatrixEZ< number >::Entry::Entry ( const unsigned int  column,
const number &  value 
) [inline]

Constructor. Fills column and value.


Member Data Documentation

template<typename number>
unsigned int SparseMatrixEZ< number >::Entry::column

template<typename number>
number SparseMatrixEZ< number >::Entry::value

template<typename number>
const unsigned int SparseMatrixEZ< number >::Entry::invalid = numbers::invalid_unsigned_int [static]

Non-existent column number.

Referenced by SparseMatrixEZ< number >::allocate(), and SparseMatrixEZ< number >::locate().


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

deal.II documentation generated on Sat Aug 15 16:52:22 2009 by doxygen 1.5.9