|
CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <iostream>#include <cmath>#include <stdlib.h>#include "CLHEP/Matrix/Matrix.h"#include "CLHEP/Matrix/SymMatrix.h"Go to the source code of this file.
Macros | |
| #define | DET_ALSO |
Functions | |
| int | test_inversion (int N) |
| void | heapAddresses (double *&hNew, double *&hMalloc, double *&hNew10000, double *&hMalloc80000) |
| int | checkHeap (double *&hNew, double *&hMalloc, double *&hNew10000, double *&hMalloc80000, double *&xhNew, double *&xhMalloc, double *&xhNew10000, double *&xhMalloc80000) |
| int | main (int, char **) |
| #define DET_ALSO |
| int checkHeap | ( | double *& | hNew, |
| double *& | hMalloc, | ||
| double *& | hNew10000, | ||
| double *& | hMalloc80000, | ||
| double *& | xhNew, | ||
| double *& | xhMalloc, | ||
| double *& | xhNew10000, | ||
| double *& | xhMalloc80000 | ||
| ) |
Definition at line 99 of file testBug7328.cc.
Referenced by main().
| int main | ( | int | , |
| char ** | |||
| ) |
Definition at line 132 of file testBug7328.cc.
References checkHeap(), heapAddresses(), and test_inversion().
| int test_inversion | ( | int | N | ) |
Definition at line 22 of file testBug7328.cc.
References CLHEP::HepSymMatrix::determinant(), and CLHEP::HepSymMatrix::invert().
1.8.1