BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Declares namespace MinimizerUtils. More...
Go to the source code of this file.
Namespaces | |
MinimizerUtils | |
Utility functions for fit library. | |
Functions | |
std::string | MinimizerUtils::toString (const std::vector< std::string > &v, const std::string &delim="") |
std::map< int, std::string > | MinimizerUtils::gslErrorDescriptionMap () |
Returns translation of GSL error code to string. | |
std::string | MinimizerUtils::gslErrorDescription (int errorCode) |
bool | MinimizerUtils::numbersDiffer (double a, double b, double tol) |
std::string | MinimizerUtils::sectionString (const std::string §ionName="", size_t report_width=80) |
Returns horizontal line of 80 characters length with section name in it. | |
Declares namespace MinimizerUtils.
Definition in file MinimizerUtils.h.