Lattice Builder Manual
Software Package for Constructing Rank-1 Lattices
|
Sequence of inner product values. More...
#include <CoordUniformInnerProdFast.h>
Inherits LatBuilder::BridgeSeq< Seq< GENSEQ >, GENSEQ, MeritValue, BridgeIteratorCached >.
Additional Inherited Members | |
![]() | |
typedef BridgeSeq< Seq< GENSEQ > , GENSEQ, MeritValue, BridgeIteratorCached > | BridgeSeq_ |
typedef GENSEQ | Base |
typedef MeritValue | value_type |
typedef Base::size_type | size_type |
typedef BridgeIteratorCached < Seq< GENSEQ > > | const_iterator |
![]() | |
BridgeSeq (Base base=Base()) | |
Constructor. More... | |
Base & | base () |
Returns the base sequence. | |
const Base & | base () const |
void | setBase (Base b) |
Changes the base sequence to b . | |
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. | |
Sequence of inner product values.
GENSEQ | Type of sequence of generator values. Must be a binding of GenSeq::CyclicGroup. |