|
CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <iostream>#include <math.h>#include "CLHEP/Matrix/Matrix.h"#include "CLHEP/Matrix/SymMatrix.h"Go to the source code of this file.
Functions | |
| int | test_inversion (int N) |
| int | main (int, char **) |
| int main | ( | int | , |
| char ** | |||
| ) |
Definition at line 117 of file testBug6181.cc.
References test_inversion().
| int test_inversion | ( | int | N | ) |
Definition at line 16 of file testBug6181.cc.
References CLHEP::HepSymMatrix::invert(), and CLHEP::HepMatrix::invert().
Referenced by main().
1.8.13