BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
ROOT::Minuit2::MatrixInverse< mtype, M, T > Class Template Reference

Description

template<class mtype, class M, class T>
class ROOT::Minuit2::MatrixInverse< mtype, M, T >

Definition at line 22 of file MatrixInverse.h.

Public Types

typedef mtype Type
 

Public Member Functions

 MatrixInverse (const M &obj)
 
 ~MatrixInverse ()
 
const M & Obj () const
 

Private Attributes

fObject
 

Member Typedef Documentation

◆ Type

template<class mtype , class M , class T >
typedef mtype ROOT::Minuit2::MatrixInverse< mtype, M, T >::Type

Definition at line 30 of file MatrixInverse.h.

Constructor & Destructor Documentation

◆ MatrixInverse()

template<class mtype , class M , class T >
ROOT::Minuit2::MatrixInverse< mtype, M, T >::MatrixInverse ( const M &  obj)
inline

Definition at line 26 of file MatrixInverse.h.

◆ ~MatrixInverse()

template<class mtype , class M , class T >
ROOT::Minuit2::MatrixInverse< mtype, M, T >::~MatrixInverse ( )
inline

Definition at line 28 of file MatrixInverse.h.

28 {}

Member Function Documentation

◆ Obj()

template<class mtype , class M , class T >
const M& ROOT::Minuit2::MatrixInverse< mtype, M, T >::Obj ( ) const
inline

Definition at line 32 of file MatrixInverse.h.

32 {return fObject;}

References ROOT::Minuit2::MatrixInverse< mtype, M, T >::fObject.

Member Data Documentation

◆ fObject

template<class mtype , class M , class T >
M ROOT::Minuit2::MatrixInverse< mtype, M, T >::fObject
private

The documentation for this class was generated from the following file: