CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <string.h>
#include "CLHEP/Matrix/defs.h"
#include "CLHEP/Random/Random.h"
#include "CLHEP/Vector/ThreeVector.h"
#include "CLHEP/Matrix/Vector.h"
#include "CLHEP/Matrix/Matrix.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 | |
HepVector | CLHEP::dsum (const HepVector &s1, const HepVector &s2) |
HepVector | CLHEP::operator+ (const HepMatrix &hm1, const HepVector &v2) |
HepVector | CLHEP::operator+ (const HepVector &v1, const HepMatrix &hm2) |
HepVector | CLHEP::operator+ (const HepVector &v1, const HepVector &v2) |
HepVector | CLHEP::operator- (const HepMatrix &hm1, const HepVector &v2) |
HepVector | CLHEP::operator- (const HepVector &v1, const HepMatrix &hm2) |
HepVector | CLHEP::operator- (const HepVector &v1, const HepVector &v2) |
HepVector | CLHEP::operator/ (const HepVector &v1, double t) |
HepVector | CLHEP::operator* (const HepVector &v1, double t) |
HepVector | CLHEP::operator* (double t, const HepVector &v1) |
HepVector | CLHEP::operator* (const HepMatrix &hm1, const HepVector &hm2) |
HepMatrix | CLHEP::operator* (const HepVector &hm1, const HepMatrix &hm2) |
std::ostream & | CLHEP::operator<< (std::ostream &s, const HepVector &v) |
double | CLHEP::dot (const HepVector &v1, const HepVector &v2) |
HepVector | CLHEP::solve (const HepMatrix &, const HepVector &) |
#define CHK_DIM_1 | ( | c1, | |
r2, | |||
fun | |||
) |
Definition at line 47 of file Vector.cc.
Referenced by CLHEP::operator*(), CLHEP::operator+(), CLHEP::HepVector::operator+=(), CLHEP::operator-(), and CLHEP::HepVector::operator-=().
#define CHK_DIM_2 | ( | r1, | |
r2, | |||
c1, | |||
c2, | |||
fun | |||
) |
Definition at line 42 of file Vector.cc.
Referenced by CLHEP::HepVector::operator+=(), CLHEP::HepMatrix::operator+=(), CLHEP::operator-(), CLHEP::HepVector::operator-=(), and CLHEP::HepMatrix::operator-=().
#define SIMPLE_BOP | ( | OPER | ) |
Definition at line 29 of file Vector.cc.
Referenced by CLHEP::HepVector::operator+=(), CLHEP::HepMatrix::operator+=(), CLHEP::HepVector::operator-=(), and CLHEP::HepMatrix::operator-=().
#define SIMPLE_TOP | ( | OPER | ) |
Definition at line 35 of file Vector.cc.
Referenced by CLHEP::operator+(), and CLHEP::operator-().
#define SIMPLE_UOP | ( | OPER | ) |
Definition at line 24 of file Vector.cc.
Referenced by CLHEP::HepVector::operator*=(), and CLHEP::HepVector::operator/=().