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