Lattice Tester Guide
1.0-9
Software Package For Testing The Uniformity Of Integral Lattices In The Real Space
|
A namespace containing different implementation of sets of coordinates. More...
Classes | |
class | AddCoordinate |
This template class wraps any implementation of a CoordinateSets and adds a specific coordinate to each coordinate sets. More... | |
class | FromRanges |
A CoordinateSets for coordinates within a given range. More... | |
class | Subsets |
This class implements a CoordinateSets that will build all the subsets of a Coordinates object that are of a cardinality in a certain range. More... | |
A namespace containing different implementation of sets of coordinates.
These can be used to specify a set of projections of lattices or point sets. The classes in this namespace are iterable but are not containers, so they require very little storage. They virtually contain objects of type LatticeTester::Coordinates.