BOSS 7.0.4
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 22 of file EvtMatrix.hh.
|
inline |
Definition at line 28 of file EvtMatrix.hh.
Definition at line 73 of file EvtMatrix.hh.
T EvtMatrix< T >::det |
Definition at line 97 of file EvtMatrix.hh.
Referenced by EvtMatrix< T >::det(), and EvtMatrix< T >::inverse().
std::string EvtMatrix< T >::dump |
Definition at line 81 of file EvtMatrix.hh.
Definition at line 140 of file EvtMatrix.hh.
Definition at line 121 of file EvtMatrix.hh.
|
inline |
Definition at line 32 of file EvtMatrix.hh.
|
inline |
Definition at line 33 of file EvtMatrix.hh.
|
inline |
Definition at line 45 of file EvtMatrix.hh.
Referenced by EvtMatrix< T >::inverse(), EvtMatrix< T >::min(), and operator*().
|
friend |