Reference documentation for deal.II version 9.1.0-pre
Public Types | Public Member Functions | Private Attributes | Friends | List of all members
ChunkSparseMatrixIterators::Accessor< number, true > Class Template Reference

#include <deal.II/lac/chunk_sparse_matrix.h>

Inheritance diagram for ChunkSparseMatrixIterators::Accessor< number, true >:
[legend]

Public Types

using MatrixType = const ChunkSparseMatrix< number >
 

Public Member Functions

 Accessor (MatrixType *matrix, const unsigned int row)
 
 Accessor (MatrixType *matrix)
 
 Accessor (const ChunkSparseMatrixIterators::Accessor< number, false > &a)
 
number value () const
 
const MatrixTypeget_matrix () const
 
- Public Member Functions inherited from ChunkSparsityPatternIterators::Accessor
 Accessor (const ChunkSparsityPattern *matrix, const unsigned int row)
 
 Accessor (const ChunkSparsityPattern *matrix)
 
unsigned int row () const
 
std::size_t reduced_index () const
 
unsigned int column () const
 
bool is_valid_entry () const
 
bool operator== (const Accessor &) const
 
bool operator< (const Accessor &) const
 

Private Attributes

MatrixTypematrix
 

Friends

template<typename , bool >
class Iterator
 

Additional Inherited Members

- Protected Member Functions inherited from ChunkSparsityPatternIterators::Accessor
void advance ()
 
- Protected Attributes inherited from ChunkSparsityPatternIterators::Accessor
const ChunkSparsityPatternsparsity_pattern
 
SparsityPatternIterators::Accessor reduced_accessor
 
unsigned int chunk_row
 
unsigned int chunk_col
 

Detailed Description

template<typename number>
class ChunkSparseMatrixIterators::Accessor< number, true >

Accessor class for constant matrices, used in the const_iterators. This class builds on the accessor classes used for sparsity patterns to loop over all nonzero entries, and only adds the accessor functions to gain access to the actual value stored at a certain location.

Definition at line 96 of file chunk_sparse_matrix.h.

Member Typedef Documentation

template<typename number >
using ChunkSparseMatrixIterators::Accessor< number, true >::MatrixType = const ChunkSparseMatrix<number>

Typedef for the type (including constness) of the matrix to be used here.

Definition at line 103 of file chunk_sparse_matrix.h.

Constructor & Destructor Documentation

template<typename number >
ChunkSparseMatrixIterators::Accessor< number, true >::Accessor ( MatrixType matrix,
const unsigned int  row 
)

Constructor.

template<typename number >
ChunkSparseMatrixIterators::Accessor< number, true >::Accessor ( MatrixType matrix)

Constructor. Construct the end accessor for the given matrix.

template<typename number >
ChunkSparseMatrixIterators::Accessor< number, true >::Accessor ( const ChunkSparseMatrixIterators::Accessor< number, false > &  a)

Copy constructor to get from a non-const accessor to a const accessor.

Member Function Documentation

template<typename number >
number ChunkSparseMatrixIterators::Accessor< number, true >::value ( ) const

Value of this matrix entry.

template<typename number >
const MatrixType& ChunkSparseMatrixIterators::Accessor< number, true >::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.

Friends And Related Function Documentation

template<typename number >
template<typename , bool >
friend class Iterator
friend

Make iterator class a friend.

Definition at line 148 of file chunk_sparse_matrix.h.

Member Data Documentation

template<typename number >
MatrixType* ChunkSparseMatrixIterators::Accessor< number, true >::matrix
private

Pointer to the matrix we use.

Definition at line 137 of file chunk_sparse_matrix.h.


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