gsl_matrix__oper.c 2.0 KB

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