LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
Sequence of merit values for any sequence of lattice definitions. More...
#include <LatSeqOverCBC.h>
Classes | |
class | Seq |
Output sequence of merit values. More... | |
Public Member Functions | |
LatSeqOverCBC (CBC cbc) | |
Constructor. More... | |
const CBC & | cbc () const |
template<typename LATSEQ > | |
Seq< LATSEQ > | meritSeq (LATSEQ latSeq) const |
Creates a new sequence of merit values based on a sequence of lattice definitions. More... | |
Sequence of merit values for any sequence of lattice definitions.
The computation of the merit value for a given generating vector is achieved by applying the CBC algorithm for each component, but considering only the current generator value instead of all values from a sequence of generator values like in the original CBC algorithm.
|
inline |
Constructor.
cbc | Instance of the CBC algorithm to be used. |
|
inline |
Creates a new sequence of merit values based on a sequence of lattice definitions.
latSeq | Sequence of lattice definitions. |