Iterate through a set of sparse bounds.
More...
#include <AbstractLinAlgPack_sparse_bounds.hpp>
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.
AbstractLinAlgPack::sparse_bounds_itr::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 |
|
) |
| |
|
inline |
const value_type& AbstractLinAlgPack::sparse_bounds_itr::big_bnd |
( |
| ) |
const |
|
inline |
bool AbstractLinAlgPack::sparse_bounds_itr::at_end |
( |
| ) |
const |
|
inline |
index_type AbstractLinAlgPack::sparse_bounds_itr::index |
( |
| ) |
const |
|
inline |
value_type AbstractLinAlgPack::sparse_bounds_itr::lbound |
( |
| ) |
const |
|
inline |
value_type AbstractLinAlgPack::sparse_bounds_itr::ubound |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: