16 #error no need to expose this header to Swig
20 #ifndef BORNAGAIN_FIT_TOOLS_MINIMIZERUTILS_H
21 #define BORNAGAIN_FIT_TOOLS_MINIMIZERUTILS_H
31 std::string
toString(
const std::vector<std::string>& v,
const std::string& delim =
"");
39 std::string
sectionString(
const std::string& sectionName =
"",
size_t report_width = 80);
Utility functions for fit library.
bool numbersDiffer(double a, double b, double tol)
std::string gslErrorDescription(int errorCode)
std::map< int, std::string > gslErrorDescriptionMap()
Returns translation of GSL error code to string.
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::string toString(const std::vector< std::string > &v, const std::string &delim="")