PADRE-10: Replace solution_map nested vector with xtensor
Instead of storing the solution_map
as a nested std::vector
, we now use a xt::xtensor
. This is a prerequisite for additional optimizations in !680 (merged).
Edited by Bram Veenboer
Instead of storing the solution_map
as a nested std::vector
, we now use a xt::xtensor
. This is a prerequisite for additional optimizations in !680 (merged).