BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Provides RootResidualFunction which will be minimizer by ROOT. More...
Public Member Functions | |
ResidualFunctionAdapter (fcn_residual_t func, const Parameters ¶meters) | |
const RootResidualFunction * | rootResidualFunction () |
Public Member Functions inherited from Fit::IFunctionAdapter | |
int | numberOfCalls () const |
int | numberOfGradientCalls () const |
Additional Inherited Members | |
Protected Attributes inherited from Fit::IFunctionAdapter | |
int | m_number_of_calls |
int | m_number_of_gradient_calls |
Provides RootResidualFunction which will be minimizer by ROOT.
Converts ROOT calls to the call of fcn_residual_t.
Definition at line 33 of file ResidualFunctionAdapter.h.