CMS 3D CMS Logo

array.h
Go to the documentation of this file.
1 
2 #ifndef ARRAY_H
3 #define ARRAY_H
4 
5 double **new_Array2D_double(int M, int N);
6 void Array2D_double_delete(int M, int N, double **A);
7 void Array2D_double_copy(int M, int N, double **B, double **A);
8 
9 #endif
new_Array2D_double
double ** new_Array2D_double(int M, int N)
N
#define N
Definition: blowfish.cc:9
A
TtFullHadDaughter::B
static const std::string B
Definition: TtFullHadronicEvent.h:9
Array2D_double_delete
void Array2D_double_delete(int M, int N, double **A)
Array2D_double_copy
void Array2D_double_copy(int M, int N, double **B, double **A)