CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <string.h>
#include <cmath>
#include "CLHEP/Matrix/defs.h"
#include "CLHEP/Random/Random.h"
#include "CLHEP/Matrix/DiagMatrix.h"
#include "CLHEP/Matrix/Matrix.h"
#include "CLHEP/Matrix/SymMatrix.h"
#include "CLHEP/Matrix/Vector.h"
Go to the source code of this file.
Namespaces | |
namespace | CLHEP |
Macros | |
#define | SIMPLE_UOP(OPER) |
#define | SIMPLE_BOP(OPER) |
#define | SIMPLE_TOP(OPER) |
#define | CHK_DIM_2(r1, r2, c1, c2, fun) |
#define | CHK_DIM_1(c1, r2, fun) |
#define CHK_DIM_1 | ( | c1, | |
r2, | |||
fun ) |
Definition at line 52 of file DiagMatrix.cc.
Referenced by CLHEP::HepVector::operator+=(), CLHEP::HepVector::operator-=(), and CLHEP::HepDiagMatrix::similarity().
#define CHK_DIM_2 | ( | r1, | |
r2, | |||
c1, | |||
c2, | |||
fun ) |
Definition at line 47 of file DiagMatrix.cc.
Referenced by CLHEP::HepDiagMatrix::operator+=(), CLHEP::HepMatrix::operator+=(), CLHEP::HepMatrix::operator+=(), CLHEP::HepMatrix::operator+=(), CLHEP::HepMatrix::operator+=(), CLHEP::HepSymMatrix::operator+=(), CLHEP::HepSymMatrix::operator+=(), CLHEP::HepVector::operator+=(), CLHEP::operator-(), CLHEP::HepDiagMatrix::operator-=(), CLHEP::HepMatrix::operator-=(), CLHEP::HepMatrix::operator-=(), CLHEP::HepMatrix::operator-=(), CLHEP::HepMatrix::operator-=(), CLHEP::HepSymMatrix::operator-=(), CLHEP::HepSymMatrix::operator-=(), and CLHEP::HepVector::operator-=().
#define SIMPLE_BOP | ( | OPER | ) |
Definition at line 34 of file DiagMatrix.cc.
Referenced by CLHEP::HepDiagMatrix::operator+=(), CLHEP::HepMatrix::operator+=(), CLHEP::HepMatrix::operator+=(), CLHEP::HepSymMatrix::operator+=(), CLHEP::HepVector::operator+=(), CLHEP::HepVector::operator+=(), CLHEP::HepDiagMatrix::operator-=(), CLHEP::HepMatrix::operator-=(), CLHEP::HepMatrix::operator-=(), CLHEP::HepSymMatrix::operator-=(), CLHEP::HepVector::operator-=(), and CLHEP::HepVector::operator-=().
#define SIMPLE_TOP | ( | OPER | ) |
#define SIMPLE_UOP | ( | OPER | ) |
Definition at line 29 of file DiagMatrix.cc.
Referenced by CLHEP::HepDiagMatrix::operator*=(), CLHEP::HepMatrix::operator*=(), CLHEP::HepSymMatrix::operator*=(), CLHEP::HepVector::operator*=(), CLHEP::HepDiagMatrix::operator/=(), CLHEP::HepMatrix::operator/=(), CLHEP::HepSymMatrix::operator/=(), and CLHEP::HepVector::operator/=().