LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
CBC sequence of coordinate sets. More...
#include <CBCCoordinateSet.h>
Public Member Functions | |
CBCCoordinateSet (Dimension maxCoordinate, unsigned int maxOrder) | |
Constructs the set of coordinates. More... | |
LatticeTester::CoordinateSets::AddCoordinate< LatticeTester::CoordinateSets::FromRanges >::const_iterator | begin () const |
Returns an iterator pointing to the first element in the sequence. | |
LatticeTester::CoordinateSets::AddCoordinate< LatticeTester::CoordinateSets::FromRanges >::const_iterator | end () const |
Returns an iterator pointing past the last element in the sequence. | |
CBC sequence of coordinate sets.
This class implements a sequence of coordinates which can be used in the CBC evaluation of figures of merit. More precisely, this class is meant to represent all the non empty subsets of \( \{0, \dots, d-1\} \) with order lower than \( \k \in \mathbb{N} \) which contain \( d-1 \).
|
inline |
Constructs the set of coordinates.
maxCoordinate | Maximal coordinate of the subsets. Corresponds to \( d \). |
maxOrder | Maximal order of subsets. Corresponds to \( k \). |