Add Table class and use it in ItemArray
Compare changes
- Stéphane Del Pino authored
- SubItemArrayPerItem now uses Table instead of SubView - Table's row views can be accessed only through operator[] - Removed Table::row() and Table::column(). To implement the later one require a bunch of rework since the Kokkos::View layout changes for this subview (which is not supported in pugs' Array's - Add tests for Table