ergo
|
#include <sparse_pattern.h>
Classes | |
struct | Iterator |
Public Member Functions | |
void | addInterval (int lo, int hi) |
Add interval { i: lo <= i < hi } to the list. | |
void | addIntervals (int nIntervals, int(*intervals)[2]) |
Iterator | begin () const |
Iterator | end () const |
int | size () const |
Public Attributes | |
IntervalList | list |
void SparsePattern::Column::addInterval | ( | int | lo, |
int | hi ) |
Add interval { i: lo <= i < hi } to the list.
The list is specific to given column.
References addInterval(), list, and SparsePattern::SparsePattern().
Referenced by SparsePattern::add(), and addInterval().
void SparsePattern::Column::addIntervals | ( | int | nIntervals, |
int(*) | intervals[2] ) |
References list.
Referenced by SparsePattern::add().
|
inline |
References list.
Referenced by SparseMatrix::addSymmetrizedTo(), SparseMatrix::print(), and SparseMatrix::SparseMatrix().
|
inline |
References list.
Referenced by SparseMatrix::addSymmetrizedTo(), SparseMatrix::print(), and SparseMatrix::SparseMatrix().
|
inline |
References list.
IntervalList SparsePattern::Column::list |
Referenced by addInterval(), addIntervals(), begin(), end(), and size().