CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
void Array2D_double_copy(int M, int N, double **B, double **A)
void Array2D_double_delete(int M, int N, double **A)
double ** new_Array2D_double(int M, int N)
#define N
Definition: blowfish.cc:9