File: targmc.h1 /* 2 * targmc.h 3 * 4 * Code generation for function 'targmc' 5 * 6 */ 7 8 #ifndef TARGMC_H 9 #define TARGMC_H 10 11 /* Include files */ 12 #include <math.h> 13 #include <stdio.h> 14 #include <stdlib.h> 15 #include <string.h> 16 #include "mwmathutil.h" 17 #include "tmwtypes.h" 18 #include "mex.h" 19 #include "emlrt.h" 20 #include "covrt.h" 21 #include "rtwtypes.h" 22 #include "gjbf_types.h" 23 24 /* Function Declarations */ 25 extern void targmc(const emlrtStack *sp, const emxArray_real_T *zPrev, const 26 real_T z[14112], const real_T b_data[], const int32_T b_size 27 [1], real_T n, real_T order, const real_T w[320], real_T 28 y_data[], int32_T y_size[1], emxArray_real_T *zWin); 29 30 #endif 31 32 /* End of code generation (targmc.h) */ 33 |