Lattice Tester Online Documentation unknown
Software Package For Testing The Uniformity Of Integral Lattices In The Real Space
|
The classes FromRange
, SubSets
, and AddCoordinate
are defined here.
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 object that will build all the subsets of a Coordinates object that are of a cardinality in a certain range. More... | |
The classes FromRange
, SubSets
, and AddCoordinate
are defined here.
They are implemented in CoordinateSets.cc
.
CoordinateSets
(below) is a namespace that contains different implementations of sets of coordinates. They resemble Set objects in standard C++. Such sets 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.