gsl_vector__minmax.c 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. #include "gsl__config.h"
  2. #include <stdlib.h>
  3. #include "gsl_math.h"
  4. #include "gsl_vector.h"
  5. #define BASE_LONG_DOUBLE
  6. #include "templates_on.h"
  7. #include "gsl_vector__minmax_source.c"
  8. #include "templates_off.h"
  9. #undef BASE_LONG_DOUBLE
  10. #define BASE_DOUBLE
  11. #include "templates_on.h"
  12. #include "gsl_vector__minmax_source.c"
  13. #include "templates_off.h"
  14. #undef BASE_DOUBLE
  15. #define BASE_FLOAT
  16. #include "templates_on.h"
  17. #include "gsl_vector__minmax_source.c"
  18. #include "templates_off.h"
  19. #undef BASE_FLOAT
  20. #define BASE_ULONG
  21. #include "templates_on.h"
  22. #include "gsl_vector__minmax_source.c"
  23. #include "templates_off.h"
  24. #undef BASE_ULONG
  25. #define BASE_LONG
  26. #include "templates_on.h"
  27. #include "gsl_vector__minmax_source.c"
  28. #include "templates_off.h"
  29. #undef BASE_LONG
  30. #define BASE_UINT
  31. #include "templates_on.h"
  32. #include "gsl_vector__minmax_source.c"
  33. #include "templates_off.h"
  34. #undef BASE_UINT
  35. #define BASE_INT
  36. #include "templates_on.h"
  37. #include "gsl_vector__minmax_source.c"
  38. #include "templates_off.h"
  39. #undef BASE_INT
  40. #define BASE_USHORT
  41. #include "templates_on.h"
  42. #include "gsl_vector__minmax_source.c"
  43. #include "templates_off.h"
  44. #undef BASE_USHORT
  45. #define BASE_SHORT
  46. #include "templates_on.h"
  47. #include "gsl_vector__minmax_source.c"
  48. #include "templates_off.h"
  49. #undef BASE_SHORT
  50. #define BASE_UCHAR
  51. #include "templates_on.h"
  52. #include "gsl_vector__minmax_source.c"
  53. #include "templates_off.h"
  54. #undef BASE_UCHAR
  55. #define BASE_CHAR
  56. #include "templates_on.h"
  57. #include "gsl_vector__minmax_source.c"
  58. #include "templates_off.h"
  59. #undef BASE_CHAR