LatNet Builder Manual  2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
LatBuilder::MeritSeq::CoordUniformCBC< LR, ET, COMPRESS, PLO, KERNEL, PROD >::Seq< GENSEQ > Class Template Reference

Output sequence from the coordinate-uniform CBC algorithm. More...

#include <CoordUniformCBC.h>

Classes

class  const_iterator
 Constant iterator. More...
 

Public Types

typedef GENSEQ GenSeq
 
typedef CoordUniformInnerProd::template Seq< GenSeq > ProdSeq
 
typedef LatBuilder::LatSeq::CBC< LR, ET, GenSeq > LatSeq
 
typedef LatSeq::size_type size_type
 

Public Member Functions

 Seq (const CoordUniformCBC &parent, const GenSeq &genSeq)
 Constructor. More...
 
const CoordUniformCBCcbc () const
 Returns a reference to the parent CoordUniformCBC instance.
 
const LatSeqlatSeq () const
 Returns a reference to the internal lattice sequence.
 
const ProdSeq & prodSeq () const
 Returns a reference to the internal inner product sequence.
 
const_iterator begin () const
 Returns an iterator pointing to the first element in the sequence.
 
const_iterator end () const
 Returns an iterator pointing past the last element in the sequence.
 

Detailed Description

template<LatticeType LR, EmbeddingType ET, Compress COMPRESS, PerLevelOrder PLO, class KERNEL, template< LatticeType, EmbeddingType, Compress, PerLevelOrder > class PROD = CoordUniformInnerProd>
template<typename GENSEQ>
class LatBuilder::MeritSeq::CoordUniformCBC< LR, ET, COMPRESS, PLO, KERNEL, PROD >::Seq< GENSEQ >

Output sequence from the coordinate-uniform CBC algorithm.

It is based on a sequence of lattice definitions.

Template Parameters
GENSEQType of sequence of generator values.

Constructor & Destructor Documentation

◆ Seq()

template<LatticeType LR, EmbeddingType ET, Compress COMPRESS, PerLevelOrder PLO, class KERNEL, template< LatticeType, EmbeddingType, Compress, PerLevelOrder > class PROD = CoordUniformInnerProd>
template<typename GENSEQ >
LatBuilder::MeritSeq::CoordUniformCBC< LR, ET, COMPRESS, PLO, KERNEL, PROD >::Seq< GENSEQ >::Seq ( const CoordUniformCBC parent,
const GenSeq< GENSEQ > &  genSeq 
)
inline

Constructor.

Parameters
parentReference to the parent. Kept as a reference, no copy made.
genSeqSequence of generator values.

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