|
BOSS 8.0.0
BESIII Offline Software System
|
#include <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 () |
Friends | |
| template<class M> | |
| EvtMatrix< M > * | operator* (const EvtMatrix< M > &left, const EvtMatrix< M > &right) |
Definition at line 20 of file EvtMatrix.hh.
|
inline |
Definition at line 64 of file EvtMatrix.hh.
| T EvtMatrix< T >::det | ( | ) |
Definition at line 82 of file EvtMatrix.hh.
| std::string EvtMatrix< T >::dump | ( | ) |
Definition at line 119 of file EvtMatrix.hh.
Definition at line 102 of file EvtMatrix.hh.
|
inline |
Definition at line 30 of file EvtMatrix.hh.
|
inline |
Definition at line 31 of file EvtMatrix.hh.
|
inline |
Definition at line 41 of file EvtMatrix.hh.
Referenced by inverse(), min(), and operator*().
|
friend |