|
Lattice Builder Manual
Software Package for Constructing Rank-1 Lattices
|
Sequence of ranges of indices corresponding to embedded levels. More...
#include <Storage-EMBEDDED.h>
Classes | |
| class | const_iterator |
| Constant iterator. More... | |
Public Types | |
|
typedef boost::numeric::ublas::range | value_type |
| typedef size_t | size_type |
Public Member Functions | |
| LevelRanges (SizeParam size) | |
| Constructor. More... | |
| LevelRanges () | |
| Default constructor. | |
| const SizeParam & | sizeParam () const |
| Returns the lattice size parameter. | |
| const size_t | size () const |
| Returns the number of levels. | |
| const_iterator | begin () const |
| Returns an iterator pointing to the first element in the seq. | |
| const_iterator | end () const |
| Returns an iterator pointing past the last element in the seq. | |
Sequence of ranges of indices corresponding to embedded levels.
|
inline |
Constructor.
| size | Size parameter, used to specify the number of points \(n\). |