Public Member Functions | |
| Line () | |
| void | add (const unsigned int col_num) |
| template<typename ForwardIterator > | |
| void | add_entries (ForwardIterator begin, ForwardIterator end) |
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.
| CompressedSetSparsityPattern::Line::Line | ( | ) | [inline] |
Constructor.
Definition at line 413 of file compressed_set_sparsity_pattern.h.
| 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.
| 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.
documentation generated on Wed May 23 2012 06:08:26 by
doxygen
1.7.3