MOOCHO (Single Doxygen Collection)
Version of the Day
|
Iterate through a set of sparse bounds. More...
#include <AbstractLinAlgPack_sparse_bounds.hpp>
Public Member Functions | |
sparse_bounds_itr (const DVectorSlice::const_iterator &bl_begin, const DVectorSlice::const_iterator &bl_end, const DVectorSlice::const_iterator &bu_begin, const DVectorSlice::const_iterator &bu_end, value_type big_bnd) | |
const value_type & | big_bnd () const |
bool | at_end () const |
sparse_bounds_itr & | operator++ () |
index_type | index () const |
value_type | lbound () const |
value_type | ubound () const |
Private Types | |
enum | EBound { LOWER, UPPER, BOTH } |
Private Member Functions | |
void | update () |
sparse_bounds_itr () | |
Iterate through a set of sparse bounds.
Finish documentation.
Allow default copy constructor and assignment operator.
Definition at line 55 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
private |
Enumerator | |
---|---|
LOWER | |
UPPER | |
BOTH |
Definition at line 57 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
inline |
Definition at line 61 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
private |
|
inline |
Definition at line 77 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
inline |
Definition at line 80 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
inline |
Definition at line 83 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
inline |
Definition at line 91 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
inline |
Definition at line 94 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
inline |
Definition at line 97 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
inlineprivate |
Definition at line 110 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
private |
Definition at line 102 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
private |
Definition at line 102 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
private |
Definition at line 102 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
private |
Definition at line 102 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
private |
Definition at line 104 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
private |
Definition at line 104 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
private |
Definition at line 104 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
private |
Definition at line 106 of file AbstractLinAlgPack_sparse_bounds.hpp.
|
private |
Definition at line 108 of file AbstractLinAlgPack_sparse_bounds.hpp.