00001 #ifndef MULTI_BURG_C99_H_DEF 00002 #define MULTI_BURG_C99_H_DEF 00003 00004 int smulti_burg( int n, int *m, float **x, int order, float *a, float *E); 00005 int dmulti_burg( int n, int *m, double **x, int order, double *a, double *E); 00006 int cmulti_burg( int n, int *m, _Complex float **x, int order, _Complex float *a, float *E); 00007 int zmulti_burg( int n, int *m, _Complex double **x, int order, _Complex double *a, double *E); 00008 00009 #endif 00010