Main Page | Modules | Data Structures | File List | Data Fields | Globals

curves/nr_gaussian.h

00001 #ifndef _NR_GAUSSIAN_H_ 00002 #define _NR_GAUSSIAN_H_ 00003 00004 void FXDA_SP_GAUSSIAN (float x, float a[], float *y, float dyda[], int na); 00005 void FX_SP_GAUSSIAN (float x, float a[], float *y); 00006 float* FX_MP_GAUSSIAN (float* x_array, int x_size, float a[]); 00007 void FX_SP_SUM_GAUSSIAN(float x, float a[], float *y, int na); 00008 float* FX_MP_SUM_GAUSSIAN(float* x_array, int x_size, float a[], int na); 00009 00010 #endif 00011

Generated on Sun Feb 13 01:05:56 2005 for MapQuant by doxygen 1.3.7