Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Minuit2::ABProd< M1, M2 > Class Template Reference

template<class M1, class M2>
class ROOT::Minuit2::ABProd< M1, M2 >

Definition at line 356 of file MnMatrix.h.

Public Member Functions

 ABProd (const M1 &a, const M2 &b)
const M1 & A () const
const M2 & B () const

Private Attributes

M1 fA
M2 fB

#include <Minuit2/MnMatrix.h>

Inheritance diagram for ROOT::Minuit2::ABProd< M1, M2 >:
ROOT::Minuit2::DeleteAssignment

Constructor & Destructor Documentation

◆ ABProd()

template<class M1, class M2>
ROOT::Minuit2::ABProd< M1, M2 >::ABProd ( const M1 & a,
const M2 & b )
inline

Definition at line 358 of file MnMatrix.h.

Member Function Documentation

◆ A()

template<class M1, class M2>
const M1 & ROOT::Minuit2::ABProd< M1, M2 >::A ( ) const
inline

Definition at line 360 of file MnMatrix.h.

◆ B()

template<class M1, class M2>
const M2 & ROOT::Minuit2::ABProd< M1, M2 >::B ( ) const
inline

Definition at line 361 of file MnMatrix.h.

Member Data Documentation

◆ fA

template<class M1, class M2>
M1 ROOT::Minuit2::ABProd< M1, M2 >::fA
private

Definition at line 364 of file MnMatrix.h.

◆ fB

template<class M1, class M2>
M2 ROOT::Minuit2::ABProd< M1, M2 >::fB
private

Definition at line 365 of file MnMatrix.h.


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