Public Member Functions

CompressedSetSparsityPattern::Line Struct Reference

List of all members.

Public Member Functions

 Line ()
void add (const unsigned int col_num)
template<typename ForwardIterator >
void add_entries (ForwardIterator begin, ForwardIterator end)

Detailed Description

For each row of the matrix, store the allocated non-zero entries as a std::set of column indices. For a discussion of storage schemes see the CompressedSparsityPattern::Line class.

Definition at line 375 of file compressed_set_sparsity_pattern.h.


Constructor & Destructor Documentation

CompressedSetSparsityPattern::Line::Line ( ) [inline]

Constructor.

Definition at line 413 of file compressed_set_sparsity_pattern.h.


Member Function Documentation

void CompressedSetSparsityPattern::Line::add ( const unsigned int  col_num) [inline]

Add the given column number to this line.

Definition at line 420 of file compressed_set_sparsity_pattern.h.

template<typename ForwardIterator >
void CompressedSetSparsityPattern::Line::add_entries ( ForwardIterator  begin,
ForwardIterator  end 
) [inline]

Add the columns specified by the iterator range to this line.

Definition at line 430 of file compressed_set_sparsity_pattern.h.


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

deal.II documentation generated on Wed May 23 2012 06:08:26 by doxygen 1.7.3