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

Declares namespace MinimizerUtils. More...

Include dependency graph for MinimizerUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mumufit
 The multi-library, multi-algorithm fit wrapper library.
 
 mumufit::utils
 Utility functions for fit library.
 

Macros

#define BORNAGAIN_FIT_TOOLS_MINIMIZERUTILS_H
 

Functions

std::string mumufit::utils::gslErrorDescription (int errorCode)
 
std::map< int, std::string > mumufit::utils::gslErrorDescriptionMap ()
 Returns translation of GSL error code to string. More...
 
bool mumufit::utils::numbersDiffer (double a, double b, double tol)
 
std::string mumufit::utils::sectionString (const std::string &sectionName="", size_t report_width=80)
 Returns horizontal line of 80 characters length with section name in it. More...
 
std::string mumufit::utils::toString (const std::vector< std::string > &v, const std::string &delim="")
 

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.

Macro Definition Documentation

◆ BORNAGAIN_FIT_TOOLS_MINIMIZERUTILS_H

#define BORNAGAIN_FIT_TOOLS_MINIMIZERUTILS_H

Definition at line 21 of file MinimizerUtils.h.