BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Public Types | |
typedef mtype | Type |
Public Member Functions | |
ABObj (const ABObj &obj) | |
template<class b , class c > | |
ABObj (const ABObj< mtype, b, c > &obj) | |
ABObj (const M &obj) | |
ABObj (const M &obj, T factor) | |
~ABObj () | |
T | f () const |
const M & | Obj () const |
Private Member Functions | |
ABObj () | |
template<class a , class b , class c > | |
ABObj (const ABObj< a, b, c > &) | |
ABObj & | operator= (const ABObj &) |
template<class a , class b , class c > | |
ABObj & | operator= (const ABObj< a, b, c > &) |
Private Attributes | |
T | fFactor |
M | fObject |
typedef mtype ROOT::Minuit2::ABObj< mtype, M, T >::Type |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 56 of file ABObj.h.
References ROOT::Minuit2::ABObj< mtype, M, T >::fFactor.
Referenced by ROOT::Minuit2::LASymMatrix::LASymMatrix(), ROOT::Minuit2::LAVector::LAVector(), ROOT::Minuit2::LASymMatrix::operator+=(), ROOT::Minuit2::LAVector::operator+=(), ROOT::Minuit2::operator-(), ROOT::Minuit2::LASymMatrix::operator=(), and ROOT::Minuit2::LAVector::operator=().
|
inline |
Definition at line 54 of file ABObj.h.
References ROOT::Minuit2::ABObj< mtype, M, T >::fObject.
Referenced by ROOT::Minuit2::LASymMatrix::LASymMatrix(), ROOT::Minuit2::LAVector::LAVector(), ROOT::Minuit2::LASymMatrix::operator+=(), ROOT::Minuit2::LAVector::operator+=(), ROOT::Minuit2::operator-(), ROOT::Minuit2::LASymMatrix::operator=(), and ROOT::Minuit2::LAVector::operator=().
|
inlineprivate |
|
inlineprivate |
|
private |
Definition at line 61 of file ABObj.h.
Referenced by ROOT::Minuit2::ABObj< mtype, M, T >::f(), ROOT::Minuit2::ABObj< vec, LAVector, double >::f(), and ROOT::Minuit2::ABObj< sym, LASymMatrix, double >::f().
|
private |
Definition at line 60 of file ABObj.h.
Referenced by ROOT::Minuit2::ABObj< mtype, M, T >::Obj(), ROOT::Minuit2::ABObj< vec, LAVector, double >::Obj(), and ROOT::Minuit2::ABObj< sym, LASymMatrix, double >::Obj().