#include <XANASymMatrix.h>
Public Methods | |
XANASymMatrix () | |
XANASymMatrix (const HepSymMatrix &m) | |
XANASymMatrix (const XANASymMatrix &m) | |
virtual | ~XANASymMatrix () |
operator HepSymMatrix () const | |
XANASymMatrix & | operator= (const XANASymMatrix &) |
void | DumpMat () |
double * | getP () const |
Private Attributes | |
int | size |
int | nrow |
double * | m |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 20 of file XANASymMatrix.h. References m.
00020 { return m;} |
|
|
|
|
|
Definition at line 25 of file XANASymMatrix.h. Referenced by getP. |
|
Definition at line 24 of file XANASymMatrix.h. |
|
Definition at line 23 of file XANASymMatrix.h. |