Skip to content

Replace idg::Grid with xtensor

Bram Veenboer requested to merge xtensor-refactor-3 into master

idg::Grid is an alias for an idg::Array4D<std::complex<float>> and is now replaced with a aocommon::xt::Span<std::complex<float>, 4>.

Merge request reports