lulgs.h

00001 
00002 
00003 #ifndef LULGS_H
00004 #define LULGS_H
00005 
00006 #ifdef _SGI_SOURCE
00007 #pragma once
00008 #endif
00009 
00010 namespace nr
00011 {
00012 
00013 extern void ludcmp(float **a, int n, int *indx, float *d, int *ludc);
00014 
00015 extern void lubksb(float **a, int n, int *indx, float b[]);
00016 
00017 }
00018 
00019 #endif
00020 
00021 

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