00001 #if defined (em_gaussian_h) 00002 #else 00003 #define em_gaussian_h 00004 00005 void FX_SP_EM_GAUSSIAN(float x, float a[], float* y); 00006 void FXDA_SP_EM_GAUSSIAN(float x, float a[], float* y, float dyda[], int na); 00007 float* FX_MP_EM_GAUSSIAN(float x[], int size, float a[]); 00008 00009 #endif