5 #ifndef BPP_APP_NUMCALCAPPLICATIONTOOLS_H 6 #define BPP_APP_NUMCALCAPPLICATIONTOOLS_H 9 #include "../Numeric/Function/FunctionTools.h" 10 #include "../Numeric/VectorTools.h" 11 #include "../Text/StringTokenizer.h" 35 static std::vector<int>
seqFromString(
const std::string& s,
const std::string& delim =
",",
const std::string& seqdelim =
"-");
56 static std::vector<double>
getVector(
const std::string& desc);
90 std::map<std::string, std::string>& params,
91 const std::string& suffix =
"",
92 bool suffixIsOptional =
true,
96 #endif // BPP_APP_NUMCALCAPPLICATIONTOOLS_H
The parameter list object.