|
CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include "CLHEP/Matrix/defs.h"#include "CLHEP/Matrix/Matrix.h"#include "CLHEP/Matrix/SymMatrix.h"#include "CLHEP/Matrix/DiagMatrix.h"#include "CLHEP/Matrix/Vector.h"#include "CLHEP/Random/Random.h"#include "CLHEP/Random/JamesRandom.h"#include "CLHEP/Random/RandFlat.h"#include <iostream>#include <iomanip>Go to the source code of this file.
Macros | |
| #define | PRINTOUT |
Functions | |
| int | matrix_test1 (const HepGenMatrix &m) |
| double | neg (double f, int, int) |
| double | absf (double f, int, int) |
| double | negv (double f, int) |
| void | matrix_test2 (const HepSymMatrix &m, HepSymMatrix &n) |
| void | matrix_test () |
| void | symmatrix_test () |
| void | diagmatrix_test () |
| void | vector_test () |
| int | main () |
| #define PRINTOUT |
Definition at line 25 of file testMatrix.cc.
Definition at line 43 of file testMatrix.cc.
References f().
| void diagmatrix_test | ( | ) |
Definition at line 247 of file testMatrix.cc.
References a, b, and CLHEP::HepRandom::setTheSeed().
Referenced by main().
| int main | ( | ) |
Definition at line 367 of file testMatrix.cc.
References diagmatrix_test(), matrix_test(), symmatrix_test(), and vector_test().
| void matrix_test | ( | ) |
Definition at line 56 of file testMatrix.cc.
References a, b, CLHEP::dsum(), and CLHEP::HepRandom::setTheSeed().
Referenced by main().
| int matrix_test1 | ( | const HepGenMatrix & | m | ) |
Definition at line 27 of file testMatrix.cc.
| void matrix_test2 | ( | const HepSymMatrix & | m, |
| HepSymMatrix & | n | ||
| ) |
Definition at line 51 of file testMatrix.cc.
Definition at line 39 of file testMatrix.cc.
References f().
Definition at line 47 of file testMatrix.cc.
References f().
| void symmatrix_test | ( | ) |
Definition at line 130 of file testMatrix.cc.
References a, b, f(), and CLHEP::HepRandom::setTheSeed().
Referenced by main().
| void vector_test | ( | ) |
Definition at line 307 of file testMatrix.cc.
References a, b, and CLHEP::HepRandom::setTheSeed().
Referenced by main().