Skip to content
Snippets Groups Projects

Add Table class and use it in ItemArray

Compare changes
  • Side-by-side
  • Inline

Files

  • b3933a07
    Make a bunch of clean-up · b3933a07
    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
Loading