File: neural_function.h

    1   /*
    2    * File: neural_function.h
    3    *
    4    * MATLAB Coder version            : 3.0
    5    * C/C++ source code generated on  : 19-Nov-2018 13:13:11
    6    */
    7   
    8   #ifndef __NEURAL_FUNCTION_H__
    9   #define __NEURAL_FUNCTION_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 neural_function(const double X[99], double Y[4]);
   22   
   23   #endif
   24   
   25   /*
   26    * File trailer for neural_function.h
   27    *
   28    * [EOF]
   29    */
   30