CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Macros | Functions
testBug7328.cc File Reference
#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 **)
 

Macro Definition Documentation

#define DET_ALSO

Function Documentation

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.

References double.

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().

Referenced by main().