/* * diag.h * * Code generation for function 'diag' * * C source code generated on: Wed Aug 26 14:59:33 2015 * */ #ifndef __DIAG_H__ #define __DIAG_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_diag(const emxArray_creal_T *v, emxArray_creal_T *d); extern void diag(const emxArray_real_T *v, emxArray_real_T *d); #endif /* End of code generation (diag.h) */