fun10_sortIdx.h 980 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. //
  2. // Academic License - for use in teaching, academic research, and meeting
  3. // course requirements at degree granting institutions only. Not for
  4. // government, commercial, or other organizational use.
  5. // File: sortIdx.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 27-Mar-2023 15:34:32
  9. //
  10. #ifndef SORTIDX_H
  11. #define SORTIDX_H
  12. // Include Files
  13. #include "rtwtypes.h"
  14. #include "coder_array.h"
  15. #include <cstddef>
  16. #include <cstdlib>
  17. // Function Declarations
  18. namespace coder {
  19. namespace internal {
  20. void merge(int idx[16], double x[16], int offset, int np, int nq, int iwork[16],
  21. double xwork[16]);
  22. void merge_block(::coder::array<int, 2U> &idx, ::coder::array<double, 2U> &x,
  23. int offset, int n, int preSortLevel,
  24. ::coder::array<int, 1U> &iwork,
  25. ::coder::array<double, 1U> &xwork);
  26. } // namespace internal
  27. } // namespace coder
  28. #endif
  29. //
  30. // File trailer for sortIdx.h
  31. //
  32. // [EOF]
  33. //