CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#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().
void heapAddresses | ( | double *& | hNew, |
double *& | hMalloc, | ||
double *& | hNew10000, | ||
double *& | hMalloc80000 | ||
) |
Definition at line 83 of file testBug7328.cc.
Referenced by main().
int main | ( | int | , |
char ** | |||
) |
Definition at line 132 of file testBug7328.cc.
int test_inversion | ( | int | N | ) |
Definition at line 22 of file testBug7328.cc.
Referenced by main().