CMS 3D CMS Logo

array.h

Go to the documentation of this file.
00001 
00002 #ifndef ARRAY_H
00003 #define ARRAY_H
00004 
00005 double **new_Array2D_double(int M, int N);
00006 void Array2D_double_delete(int M, int N, double **A);
00007 void Array2D_double_copy(int M, int N, double **B, double **A);
00008 
00009 #endif

Generated on Tue Jun 9 17:49:25 2009 for CMSSW by  doxygen 1.5.4