Public Member Functions

SparseMatrixIterators::Accessor< number, Constness > Class Template Reference

Inheritance diagram for SparseMatrixIterators::Accessor< number, Constness >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

number value () const
number & value ()
const SparseMatrix< number > & get_matrix () const

Detailed Description

template<typename number, bool Constness>
class SparseMatrixIterators::Accessor< number, Constness >

General template for sparse matrix accessors. The first template argument denotes the underlying numeric type, the second the constness of the matrix.

The general template is not implemented, only the specializations for the two possible values of the second template argument. Therefore, the interface listed here only serves as a template provided since doxygen does not link the specializations.

Definition at line 59 of file sparse_matrix.h.


Member Function Documentation

template<typename number, bool Constness>
number SparseMatrixIterators::Accessor< number, Constness >::value (  ) const

Value of this matrix entry.

template<typename number, bool Constness>
number& SparseMatrixIterators::Accessor< number, Constness >::value (  )

Value of this matrix entry.

template<typename number, bool Constness>
const SparseMatrix<number>& SparseMatrixIterators::Accessor< number, Constness >::get_matrix (  ) const

Return a reference to the matrix into which this accessor points. Note that in the present case, this is a constant reference.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

deal.II documentation generated on Fri Feb 3 2012 06:04:16 by doxygen 1.7.2