nrutil.h

00001 
00002 namespace nr
00003 {
00004 
00005 void nrerror(char error_text[]);
00006 float *vector(long nl, long nh);
00007 int *ivector(long nl, long nh);
00008 float **matrix(long nrl, long nrh, long ncl, long nch);
00009 
00010 void free_vector(float *v, long nl, long nh);
00011 void free_ivector(int *v, long nl, long nh);
00012 void free_matrix(float **m, long nrl, long nrh, long ncl, long nch);
00013 
00014 }
00015 
00016 /* (C) Copr. 1986-92 Numerical Recipes Software &(')'$. */

Generated on Tue Oct 16 18:12:21 2007 for CollDet by  doxygen 1.5.2