Lattice Builder Manual
Software Package for Constructing Rank-1 Lattices
LatCommon::CoordinateSets::Subsets Class Reference

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 Coordinatescoords () 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.
 

Detailed Description

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).


The documentation for this class was generated from the following file: