/* * repmat.h * * Code generation for function 'repmat' * * C source code generated on: Wed Aug 26 14:59:33 2015 * */ #ifndef __REPMAT_H__ #define __REPMAT_H__ /* Include files */ #include #include #include #include "mwmathutil.h" #include "tmwtypes.h" #include "mex.h" #include "emlrt.h" #include "blas.h" #include "rtwtypes.h" #include "Select_Ground_Motions_types.h" /* Function Declarations */ extern void b_repmat(const emxArray_real_T *a, real_T n, emxArray_real_T *b); extern void repmat(const real_T a_data[1], const int32_T a_size[2], real_T m, emxArray_real_T *b); #endif /* End of code generation (repmat.h) */