|
EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
#include <EvtGenBase/EvtMatrix.hh>
Public Member Functions | |
| EvtMatrix () | |
| ~EvtMatrix () | |
| void | setRange (int range) |
| T & | operator() (int row, int col) |
| T * | operator[] (int row) |
| T | det () |
| EvtMatrix * | min (int row, int col) |
| EvtMatrix * | inverse () |
| std::string | dump () |
Private Attributes | |
| T ** | m_mat |
| int | m_range |
Friends | |
| template<class M> | |
| EvtMatrix< M > * | operator* (const EvtMatrix< M > &left, const EvtMatrix< M > &right) |
Definition at line 29 of file EvtMatrix.hh.
|
inline |
Definition at line 35 of file EvtMatrix.hh.
Definition at line 78 of file EvtMatrix.hh.
| T EvtMatrix< T >::det | ( | ) |
Definition at line 101 of file EvtMatrix.hh.
| std::string EvtMatrix< T >::dump | ( | ) |
Definition at line 86 of file EvtMatrix.hh.
Definition at line 143 of file EvtMatrix.hh.
Definition at line 124 of file EvtMatrix.hh.
|
inline |
Definition at line 39 of file EvtMatrix.hh.
|
inline |
Definition at line 40 of file EvtMatrix.hh.
|
inline |
Definition at line 52 of file EvtMatrix.hh.
|
friend |
|
private |
Definition at line 31 of file EvtMatrix.hh.
|
private |
Definition at line 32 of file EvtMatrix.hh.