Lattice Builder Manual
Software Package for Constructing Rank-1 Lattices
|
Creator for vectors of sequences of generator values. More...
#include <VectorCreator.h>
Public Types | |
typedef std::vector< SEQ > | result_type |
Static Public Member Functions | |
template<LatType L, typename... ARGS> | |
static result_type | create (const SizeParam< L > &sizeParam, Dimension dimension, ARGS &&...t) |
Creates a new sequence object. More... | |
Creator for vectors of sequences of generator values.
|
inlinestatic |
Creates a new sequence object.
sizeParam | Size parameter for the generator sequences. |
dimension | Dimension of the output vector. |
t | Other arguments to be passed to GenSeq::Creator |