File: bsxfun.h

    1   /*
    2    * File: bsxfun.h
    3    *
    4    * MATLAB Coder version            : 3.0
    5    * C/C++ source code generated on  : 28-Feb-2020 13:01:40
    6    */
    7   
    8   #ifndef __BSXFUN_H__
    9   #define __BSXFUN_H__
   10   
   11   /* Include Files */
   12   #include <math.h>
   13   #include <stddef.h>
   14   #include <stdlib.h>
   15   #include <string.h>
   16   #include "rt_nonfinite.h"
   17   #include "rtwtypes.h"
   18   #include "neural_function_types.h"
   19   
   20   /* Function Declarations */
   21   extern void b_bsxfun(const double a[550], const double b[550], double c[550]);
   22   extern void bsxfun(const double a[550], const double b[550], double c[550]);
   23   extern void c_bsxfun(const double a[550], double c[550]);
   24   
   25   #endif
   26   
   27   /*
   28    * File trailer for bsxfun.h
   29    *
   30    * [EOF]
   31    */
   32