Public Member Functions | |
Line () | |
void | add (const unsigned int col_num) |
template<typename ForwardIterator > | |
void | add_entries (ForwardIterator begin, ForwardIterator end) |
Public Attributes | |
std::set< unsigned int > | entries |
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.
CompressedSetSparsityPattern::Line::Line | ( | ) | [inline] |
Constructor.
Add the given column number to this line.
References entries.
void CompressedSetSparsityPattern::Line::add_entries | ( | ForwardIterator | begin, | |
ForwardIterator | end | |||
) | [inline] |
Add the columns specified by the iterator range to this line.
References entries.
Referenced by add(), and add_entries().