gsl_vector__reim.c 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #include "gsl__config.h"
  2. #include <stdlib.h>
  3. #include "gsl_vector.h"
  4. #include "gsl_vector__view.h"
  5. #define BASE_GSL_COMPLEX_LONG
  6. #include "templates_on.h"
  7. #include "gsl_vector__reim_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_vector__reim_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_vector__reim_source.c"
  18. #include "templates_off.h"
  19. #undef BASE_GSL_COMPLEX_FLOAT
  20. #define USE_QUALIFIER
  21. #define QUALIFIER const
  22. #define BASE_GSL_COMPLEX_LONG
  23. #include "templates_on.h"
  24. #include "gsl_vector__reim_source.c"
  25. #include "templates_off.h"
  26. #undef BASE_GSL_COMPLEX_LONG
  27. #define BASE_GSL_COMPLEX
  28. #include "templates_on.h"
  29. #include "gsl_vector__reim_source.c"
  30. #include "templates_off.h"
  31. #undef BASE_GSL_COMPLEX
  32. #define BASE_GSL_COMPLEX_FLOAT
  33. #include "templates_on.h"
  34. #include "gsl_vector__reim_source.c"
  35. #include "templates_off.h"
  36. #undef BASE_GSL_COMPLEX_FLOAT