|
CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <string.h>#include <float.h>#include "CLHEP/Matrix/defs.h"#include "CLHEP/Random/Random.h"#include "CLHEP/Matrix/SymMatrix.h"#include "CLHEP/Matrix/Matrix.h"#include "CLHEP/Matrix/DiagMatrix.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) |
Functions | |
| HepSymMatrix | CLHEP::dsum (const HepSymMatrix &s1, const HepSymMatrix &s2) |
| HepMatrix | CLHEP::operator+ (const HepMatrix &m1, const HepSymMatrix &s2) |
| HepMatrix | CLHEP::operator+ (const HepSymMatrix &s1, const HepMatrix &m2) |
| HepSymMatrix | CLHEP::operator+ (const HepSymMatrix &s1, const HepSymMatrix &s2) |
| HepMatrix | CLHEP::operator- (const HepMatrix &m1, const HepSymMatrix &s2) |
| HepMatrix | CLHEP::operator- (const HepSymMatrix &m1, const HepMatrix &m2) |
| HepSymMatrix | CLHEP::operator- (const HepSymMatrix &s1, const HepSymMatrix &s2) |
| HepSymMatrix | CLHEP::operator/ (const HepSymMatrix &m1, double t) |
| HepSymMatrix | CLHEP::operator* (const HepSymMatrix &s1, double t) |
| HepSymMatrix | CLHEP::operator* (double t, const HepSymMatrix &s1) |
| HepMatrix | CLHEP::operator* (const HepMatrix &m1, const HepSymMatrix &m2) |
| HepMatrix | CLHEP::operator* (const HepSymMatrix &m1, const HepMatrix &m2) |
| HepMatrix | CLHEP::operator* (const HepSymMatrix &m1, const HepSymMatrix &m2) |
| HepVector | CLHEP::operator* (const HepSymMatrix &m1, const HepVector &m2) |
| HepSymMatrix | CLHEP::vT_times_v (const HepVector &v) |
| std::ostream & | CLHEP::operator<< (std::ostream &s, const HepSymMatrix &q) |
| #define CHK_DIM_1 | ( | c1, | |
| r2, | |||
| fun | |||
| ) |
Definition at line 52 of file SymMatrix.cc.
Referenced by CLHEP::operator*(), and CLHEP::operator-().
| #define CHK_DIM_2 | ( | r1, | |
| r2, | |||
| c1, | |||
| c2, | |||
| fun | |||
| ) |
Definition at line 47 of file SymMatrix.cc.
Referenced by CLHEP::HepSymMatrix::operator+=(), CLHEP::HepMatrix::operator+=(), CLHEP::HepSymMatrix::operator-=(), and CLHEP::HepMatrix::operator-=().
| #define SIMPLE_BOP | ( | OPER | ) |
Definition at line 34 of file SymMatrix.cc.
Referenced by CLHEP::HepSymMatrix::operator+=(), and CLHEP::HepSymMatrix::operator-=().
| #define SIMPLE_TOP | ( | OPER | ) |
Definition at line 40 of file SymMatrix.cc.
Referenced by CLHEP::operator-().
| #define SIMPLE_UOP | ( | OPER | ) |
Definition at line 29 of file SymMatrix.cc.
Referenced by CLHEP::HepSymMatrix::operator*=(), and CLHEP::HepSymMatrix::operator/=().
1.8.1