gsl_vector__oper.c 1.5 KB

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