File: optwmc.h

    1   /*
    2    * optwmc.h
    3    *
    4    * Code generation for function 'optwmc'
    5    *
    6    */
    7   
    8   #ifndef OPTWMC_H
    9   #define OPTWMC_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 optwmc(const emlrtStack *sp, const emxArray_real_T *zWin, real_T n,
   26                      real_T w[320], const real_T mcAdapt[14112], real_T mu, real_T
   27                      order, real_T beta, const real_T y[14112]);
   28   
   29   #endif
   30   
   31   /* End of code generation (optwmc.h) */
   32