ra.hh 609 B

123456789101112131415161718
  1. // -*- mode: c++; coding: utf-8 -*-
  2. /// @file ra.hh
  3. /// @brief Common header.
  4. // (c) Daniel Llorens - 2019
  5. // This library is free software; you can redistribute it and/or modify it under
  6. // the terms of the GNU General Public License as published by the Free
  7. // Software Foundation; either version 3 of the License, or (at your option) any
  8. // later version.
  9. // FIXME ra/operators.hh brings in ra/global.hh and ra/complex.hh, and ideally those should be separate.
  10. // ra/bench.hh and ra/test.hh are also not included here.
  11. #pragma once
  12. #include "ra/format.hh"
  13. #include "ra/operators.hh"
  14. #include "ra/io.hh"