gsl_matrix__swap.c 1.9 KB

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