| /* ----------------------------------------------------------------------------- | |
| * | |
| * @file linear_systems.hpp | |
| * | |
| * @brief Umbrella header that includes all linear systems headers | |
| * | |
| * -------------------------------------------------------------------------- */ | |
| #include "dense_linear_systems.hpp" | |
| #include "sparse_linear_systems.hpp" |