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

curves/nr_gaussioid.h

00001 #ifndef _NR_GAUSSIOID_H_ 00002 #define _NR_GAUSSIOID_H_ 00003 00004 00005 void FXDA_SP_GAUSSIOID (float x, float y, float a[], float* z, float dzda[], int na); 00006 void FXDA_SP_SUM_GAUSSIOID(float t, float m, float a[], float* abu, float dzda[], int na); 00007 float** FX_MP_GAUSSIOID (float* x_array, float* y_array, int x_size, int y_size, float a[]); 00008 float** FX_MP_SUM_GAUSSIOID (float* x_array, float* y_array, int x_size, int y_size, float a[], int na); 00009 void FX_SP_GAUSSIOID(float x, float y, float a[], float* z); 00010 00011 void FXDA_SP_SUM_CSM_GAUSSIOID(float t, float m, float a[], float* abu, float dzda[], int na); 00012 00013 #endif 00014

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