File: repmat.h1 /* 2 * File: repmat.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 __REPMAT_H__ 9 #define __REPMAT_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_repmat(double b[4]); 22 extern void repmat(double b[8]); 23 24 #endif 25 26 /* 27 * File trailer for repmat.h 28 * 29 * [EOF] 30 */ 31 |