15 #ifndef BORNAGAIN_FIT_TOOLS_MINIMIZERUTILS_H
16 #define BORNAGAIN_FIT_TOOLS_MINIMIZERUTILS_H
27 std::string toString(
const std::vector<std::string>& v,
const std::string& delim =
"");
31 std::string gslErrorDescription(
int errorCode);
33 bool numbersDiffer(
double a,
double b,
double tol);
35 std::string
sectionString(
const std::string& sectionName =
"",
size_t report_width = 80);
Utility functions for fit library.
std::string sectionString(const std::string §ionName="", size_t report_width=80)
Returns horizontal line of 80 characters length with section name in it.
std::map< int, std::string > gslErrorDescriptionMap()
Returns translation of GSL error code to string.