|
LatNet Builder Manual 2.1.3-6
Software Package for Constructing Highly Uniform Point Sets
|
Sequences of Lattices. More...
Classes | |
| class | CBC |
| Sequence of lattice definitions obtained by appending a variable component to a base genrating vector. More... | |
| class | Combiner |
| Sequence of lattices based on a combination of sequences of generator values. More... | |
| class | Korobov |
| Sequence of Korobov lattices. More... | |
Functions | |
| template<LatticeType LR, EmbeddingType ET, class GENSEQ> | |
| CBC< LR, ET, GENSEQ > | cbc (LatDef< LR, ET > baseLat, GENSEQ genSeq) |
| Creates a CBC lattice sequence. | |
| template<template< class > class POLICY, LatticeType LR, EmbeddingType ET, class GENSEQ> | |
| Combiner< LR, ET, GENSEQ, POLICY > | combine (SizeParam< LR, ET > size, std::vector< GENSEQ > genSeqs) |
| Creates a lattice sequence based on a combination of sequences of generator values. | |
| template<LatticeType LR, EmbeddingType ET, class GENSEQ> | |
| Korobov< LR, ET, GENSEQ > | korobov (const SizeParam< LR, ET > &size, const GENSEQ &genSeqs, Dimension dimension) |
| Creates a Korobov lattice sequence. | |
Sequences of Lattices.
Not to be confused with sequences of lattice points.