// // Academic License - for use in teaching, academic research, and meeting // course requirements at degree granting institutions only. Not for // government, commercial, or other organizational use. // File: sortIdx.h // // MATLAB Coder version : 5.3 // C/C++ source code generated on : 27-Mar-2023 15:34:32 // #ifndef SORTIDX_H #define SORTIDX_H // Include Files #include "rtwtypes.h" #include "coder_array.h" #include #include // Function Declarations namespace coder { namespace internal { void merge(int idx[16], double x[16], int offset, int np, int nq, int iwork[16], double xwork[16]); void merge_block(::coder::array &idx, ::coder::array &x, int offset, int n, int preSortLevel, ::coder::array &iwork, ::coder::array &xwork); } // namespace internal } // namespace coder #endif // // File trailer for sortIdx.h // // [EOF] //