16 #error no need to expose this header to Swig
20 #ifndef BORNAGAIN_FIT_ADAPTER_ROOTSCALARFUNCTION_H
21 #define BORNAGAIN_FIT_ADAPTER_ROOTSCALARFUNCTION_H
26 #include <Math/Functor.h>
28 #pragma GCC diagnostic push
29 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30 #include <Math/Functor.h>
31 #pragma GCC diagnostic pop
Defines common types for fitting library.
std::function< double(const double *)> root_scalar_t
The chi2 function for use in minimizers.
RootScalarFunction(root_scalar_t fcn, int ndims)