mdspan - basic accessor policy
authorChristian Blau <cblau@gwdg.de>
Thu, 29 Nov 2018 10:07:03 +0000 (11:07 +0100)
committerErik Lindahl <erik.lindahl@gmail.com>
Thu, 20 Dec 2018 23:39:23 +0000 (00:39 +0100)
commit2c5be5dcf34b880cd2a5356f26f70d7748b7a5b0
treeea75a4ba41bacb62fb0e72c5a04e7a14b86e69c4
parent263edfa750b3a0e942ad2497ef9454d145948650
mdspan - basic accessor policy

Executes the canonical memory access, given a linear index, where memory
index positions from an intial pointer is adressed.

Change-Id: Ia44ccf78e8c9d1604220ebb1636099ebae48cc4a
src/gromacs/mdspan/accessor_policy.h [new file with mode: 0644]
src/gromacs/mdspan/tests/CMakeLists.txt
src/gromacs/mdspan/tests/accessor_policy.cpp [new file with mode: 0644]