/* * mrdivide.h * * Code generation for function 'mrdivide' * * C source code generated on: Wed Aug 26 14:59:33 2015 * */ #ifndef __MRDIVIDE_H__ #define __MRDIVIDE_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 real_T b_mrdivide(const real_T B_data[24], const int32_T B_size[2]); #ifdef __WATCOMC__ #pragma aux b_mrdivide value [8087]; #endif extern real_T c_mrdivide(real_T A, const real_T B_data[24], const int32_T B_size[2]); #ifdef __WATCOMC__ #pragma aux c_mrdivide value [8087]; #endif extern void mrdivide(const emxArray_real_T *A, const emxArray_real_T *B, emxArray_real_T *y); #endif /* End of code generation (mrdivide.h) */