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

curves/nr_bd_gaussian_2.h

00001 #ifndef _NR_BD_GAUSSIAN_2_H_ 00002 #define _NR_BD_GAUSSIAN_2_H_ 00003 00004 00005 // a[0] = position x_o 00006 // a[1] = normalized amplitude 00007 // a[2] = charge 00008 // a[3] = number of carbons 00009 // a[4] = gaussian width 00010 void FX_SP_BD_GAUSSIAN_2(float x , float a[], float *y); 00011 void FXDA_SP_BD_GAUSSIAN_2(float x , float a[], float *y, float dyda[], int na); 00012 void FX_MP_BD_GAUSSIAN_2(float x[], int size, float y[], float *a); 00013 00014 void FX_SP_SUM_BD_GAUSSIAN_2(float x, float *y, float *a, int na); 00015 void FXDA_SP_SUM_BD_GAUSSIAN_2(float x, float a[], float *y, float dyda[], int na); 00016 void FX_MP_SUM_BD_GAUSSIAN_2(float x[], int size, float y[], float *a, int na); 00017 00018 00019 #endif

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