gsl_vector__swap.c 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. #include "gsl__config.h"
  2. #include "gsl_errno.h"
  3. #include "gsl_vector.h"
  4. #define BASE_GSL_COMPLEX_LONG
  5. #include "templates_on.h"
  6. #include "gsl_vector__swap_source.c"
  7. #include "templates_off.h"
  8. #undef BASE_GSL_COMPLEX_LONG
  9. #define BASE_GSL_COMPLEX
  10. #include "templates_on.h"
  11. #include "gsl_vector__swap_source.c"
  12. #include "templates_off.h"
  13. #undef BASE_GSL_COMPLEX
  14. #define BASE_GSL_COMPLEX_FLOAT
  15. #include "templates_on.h"
  16. #include "gsl_vector__swap_source.c"
  17. #include "templates_off.h"
  18. #undef BASE_GSL_COMPLEX_FLOAT
  19. #define BASE_LONG_DOUBLE
  20. #include "templates_on.h"
  21. #include "gsl_vector__swap_source.c"
  22. #include "templates_off.h"
  23. #undef BASE_LONG_DOUBLE
  24. #define BASE_DOUBLE
  25. #include "templates_on.h"
  26. #include "gsl_vector__swap_source.c"
  27. #include "templates_off.h"
  28. #undef BASE_DOUBLE
  29. #define BASE_FLOAT
  30. #include "templates_on.h"
  31. #include "gsl_vector__swap_source.c"
  32. #include "templates_off.h"
  33. #undef BASE_FLOAT
  34. #define BASE_ULONG
  35. #include "templates_on.h"
  36. #include "gsl_vector__swap_source.c"
  37. #include "templates_off.h"
  38. #undef BASE_ULONG
  39. #define BASE_LONG
  40. #include "templates_on.h"
  41. #include "gsl_vector__swap_source.c"
  42. #include "templates_off.h"
  43. #undef BASE_LONG
  44. #define BASE_UINT
  45. #include "templates_on.h"
  46. #include "gsl_vector__swap_source.c"
  47. #include "templates_off.h"
  48. #undef BASE_UINT
  49. #define BASE_INT
  50. #include "templates_on.h"
  51. #include "gsl_vector__swap_source.c"
  52. #include "templates_off.h"
  53. #undef BASE_INT
  54. #define BASE_USHORT
  55. #include "templates_on.h"
  56. #include "gsl_vector__swap_source.c"
  57. #include "templates_off.h"
  58. #undef BASE_USHORT
  59. #define BASE_SHORT
  60. #include "templates_on.h"
  61. #include "gsl_vector__swap_source.c"
  62. #include "templates_off.h"
  63. #undef BASE_SHORT
  64. #define BASE_UCHAR
  65. #include "templates_on.h"
  66. #include "gsl_vector__swap_source.c"
  67. #include "templates_off.h"
  68. #undef BASE_UCHAR
  69. #define BASE_CHAR
  70. #include "templates_on.h"
  71. #include "gsl_vector__swap_source.c"
  72. #include "templates_off.h"
  73. #undef BASE_CHAR