CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <string.h>
#include <float.h>
#include <cmath>
#include <stdlib.h>
#include "CLHEP/Matrix/defs.h"
#include "CLHEP/Random/Random.h"
#include "CLHEP/Matrix/Matrix.h"
#include "CLHEP/Matrix/SymMatrix.h"
#include "CLHEP/Matrix/DiagMatrix.h"
#include "CLHEP/Matrix/Vector.h"
Go to the source code of this file.
Namespaces | |
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) |
Functions | |
HepMatrix | CLHEP::dsum (const HepMatrix &, const HepMatrix &) |
HepMatrix | CLHEP::operator+ (const HepMatrix &hm1, const HepMatrix &hm2) |
HepMatrix | CLHEP::operator- (const HepMatrix &hm1, const HepMatrix &hm2) |
HepMatrix | CLHEP::operator/ (const HepMatrix &, double) |
HepMatrix | CLHEP::operator* (const HepMatrix &, double) |
HepMatrix | CLHEP::operator* (double t, const HepMatrix &) |
HepMatrix | CLHEP::operator* (const HepMatrix &, const HepMatrix &) |
std::ostream & | CLHEP::operator<< (std::ostream &s, const HepMatrix &q) |
#define CHK_DIM_1 | ( | c1, | |
r2, | |||
fun | |||
) |
#define CHK_DIM_2 | ( | r1, | |
r2, | |||
c1, | |||
c2, | |||
fun | |||
) |
Definition at line 51 of file Matrix.cc.
Referenced by CLHEP::HepMatrix::operator+=(), CLHEP::operator-(), and CLHEP::HepMatrix::operator-=().
#define SIMPLE_BOP | ( | OPER | ) |
Definition at line 36 of file Matrix.cc.
Referenced by CLHEP::HepMatrix::operator+=(), and CLHEP::HepMatrix::operator-=().
#define SIMPLE_TOP | ( | OPER | ) |
Definition at line 42 of file Matrix.cc.
Referenced by CLHEP::operator-().
#define SIMPLE_UOP | ( | OPER | ) |
Definition at line 31 of file Matrix.cc.
Referenced by CLHEP::HepMatrix::operator*=(), and CLHEP::HepMatrix::operator/=().