Lattice Builder Manual
Software Package for Constructing Rank-1 Lattices
|
This class implements CoordinateSets for any set of coordinates. More...
#include <CoordinateSets.h>
Classes | |
class | const_iterator |
Public Member Functions | |
Subsets (const Coordinates &coords, Coordinates::size_type minOrder, Coordinates::size_type maxOrder) | |
; this gives the sets tousens = {{2}, {4}, {6}, {2, 4}, {2, 6}, {4, 6}, {2, 4, 6}} . | |
const Coordinates & | coords () const |
Coordinates::size_type | minOrder () const |
Coordinates::size_type | maxOrder () const |
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. | |
This class implements CoordinateSets for any set of coordinates.
It is more powerful than the class Range, but slightly slower (by 15–20\,% according to empirical tests).