42 #ifndef SPARSE_LIN_ALG_PACK_SPARSE_BOUNDS_H
43 #define SPARSE_LIN_ALG_PACK_SPARSE_BOUNDS_H
47 namespace AbstractLinAlgPack {
138 #endif // SPARSE_LIN_ALG_PACK_SPARSE_BOUNDS_H
value_type ubound() const
Iterate through a set of sparse bounds.
RTOp_index_type index_type
DVectorSlice::const_iterator bu_end_
RTOp_value_type value_type
DVectorSlice::const_iterator bl_itr_
C++ Standard Library compatable iterator class for accesing nonunit stride arrays of data...
DVectorSlice::const_iterator bu_itr_
DVectorSlice::const_iterator bl_end_
value_type lbound() const
const value_type & big_bnd() const
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)
sparse_bounds_itr & operator++()