ra.hh 581 B

1234567891011121314151617
  1. // -*- mode: c++; coding: utf-8 -*-
  2. // ra-ra - Common header.
  3. // (c) Daniel Llorens - 2019-2023
  4. // This library is free software; you can redistribute it and/or modify it under
  5. // the terms of the GNU General Public License as published by the Free
  6. // Software Foundation; either version 3 of the License, or (at your option) any
  7. // later version.
  8. // FIXME ra/operators.hh includes ra/complex.hh, ideally that should be separate.
  9. // ra-ra/test.hh and ra/bench.hh must be included separately.
  10. #pragma once
  11. #include "io.hh"
  12. #include "wedge.hh" // optional
  13. #include "operators.hh"