LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
Parser for coordinate-uniform figures of merit. More...
#include <CoordUniformFigureOfMerit.h>
Classes | |
struct | ParseKernel |
Static Public Member Functions | |
template<typename FUNC , typename... ARGS> | |
static void | parse (const std::string &strNorm, const std::string &str, unsigned int interlacingFactor, std::unique_ptr< LatticeTester::Weights > weights, FUNC &&func, ARGS &&... args) |
Parses a string specifying a coordinate-uniform figure of merit. More... | |
Parser for coordinate-uniform figures of merit.
|
inlinestatic |
Parses a string specifying a coordinate-uniform figure of merit.
Example strings: P2
, P4
, P6
References LatBuilder::Parser::Kernel< LR >::parse().
Referenced by LatBuilder::Parser::FigureOfMerit< LR >::parse().