Lattice Builder Manual
Software Package for Constructing Rank-1 Lattices
|
Parser for per-level weights. More...
#include <LevelWeights.h>
Public Types | |
typedef RealVector | result_type |
Static Public Member Functions | |
static result_type | parse (const std::string &arg, const SizeParam< LatType::EMBEDDED > &sizeParam) |
Parses per-level weights. More... | |
Parser for per-level weights.
|
static |
Parses per-level weights.
The weights are all even and the string must specify the minimum and maximum levels.
Example string: even
, even:5
, even:5,12
Empty string is interpreted as even
.