|
AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects
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 |
| | |
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] |
Definition at line 61 of file AbstractLinAlgPack_sparse_bounds.hpp.
| const value_type& AbstractLinAlgPack::sparse_bounds_itr::big_bnd | ( | ) | const [inline] |
Definition at line 77 of file AbstractLinAlgPack_sparse_bounds.hpp.
| bool AbstractLinAlgPack::sparse_bounds_itr::at_end | ( | ) | const [inline] |
Definition at line 80 of file AbstractLinAlgPack_sparse_bounds.hpp.
| sparse_bounds_itr& AbstractLinAlgPack::sparse_bounds_itr::operator++ | ( | ) | [inline] |
Definition at line 83 of file AbstractLinAlgPack_sparse_bounds.hpp.
| index_type AbstractLinAlgPack::sparse_bounds_itr::index | ( | ) | const [inline] |
Definition at line 91 of file AbstractLinAlgPack_sparse_bounds.hpp.
| value_type AbstractLinAlgPack::sparse_bounds_itr::lbound | ( | ) | const [inline] |
Definition at line 94 of file AbstractLinAlgPack_sparse_bounds.hpp.
| value_type AbstractLinAlgPack::sparse_bounds_itr::ubound | ( | ) | const [inline] |
Definition at line 97 of file AbstractLinAlgPack_sparse_bounds.hpp.
1.7.6.1