Logo ROOT   6.08/07
Reference Guide
List of all members | Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
ROOT::Minuit2::MatrixInverse< vec, M, T > Class Template Reference

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

Definition at line 40 of file MatrixInverse.h.

Public Types

typedef vec Type
 

Public Member Functions

 ~MatrixInverse ()
 
const M & Obj () const
 

Private Member Functions

 MatrixInverse (const M &obj)
 

Private Attributes

fObject
 

#include <Minuit2/MatrixInverse.h>

Member Typedef Documentation

◆ Type

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

Definition at line 50 of file MatrixInverse.h.

Constructor & Destructor Documentation

◆ MatrixInverse()

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

Definition at line 44 of file MatrixInverse.h.

◆ ~MatrixInverse()

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

Definition at line 48 of file MatrixInverse.h.

Member Function Documentation

◆ Obj()

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

Definition at line 52 of file MatrixInverse.h.

Member Data Documentation

◆ fObject

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

Definition at line 56 of file MatrixInverse.h.


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