ROOTPWA
Functions
TCMatrix.cc File Reference
#include "TCMatrix.h"

Go to the source code of this file.

Functions

 ClassImp (TCMatrix) TCMatrix
TCMatrix operator* (const TCMatrix &c1, const TCMatrix &c2)
TCMatrix operator- (const TCMatrix &c1, const TCMatrix &c2)
TCMatrix operator+ (const TCMatrix &c1, const TCMatrix &c2)

Function Documentation

ClassImp ( TCMatrix  )

Definition at line 29 of file TCMatrix.cc.

TCMatrix operator* ( const TCMatrix c1,
const TCMatrix c2 
)

Definition at line 76 of file TCMatrix.cc.

References i, TCMatrix::ncols(), and TCMatrix::nrows().

TCMatrix operator+ ( const TCMatrix c1,
const TCMatrix c2 
)

Definition at line 96 of file TCMatrix.cc.

References TCMatrix::_im, and TCMatrix::_re.

TCMatrix operator- ( const TCMatrix c1,
const TCMatrix c2 
)

Definition at line 90 of file TCMatrix.cc.

References TCMatrix::_im, and TCMatrix::_re.