BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
MinimizerUtils.h File Reference

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 &sectionName="", size_t report_width=80)
 Returns horizontal line of 80 characters length with section name in it.
 

Detailed Description

Declares namespace MinimizerUtils.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file MinimizerUtils.h.