ROOT  6.06/09
Reference Guide
Public Types | Public Member Functions | Private Attributes | List of all members
ROOT::Minuit2::MatrixInverse< mtype, M, T > Class Template Reference

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
 

#include <Minuit2/MatrixInverse.h>

Member Typedef Documentation

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

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.

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

Definition at line 28 of file MatrixInverse.h.

Member Function Documentation

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.

Member Data Documentation

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: