Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
layouts.h File Reference
#include <cstddef>
#include <type_traits>
+ Include dependency graph for layouts.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares gmx::layout_right for mdspan.

Author
David Hollman dshol.nosp@m.lm@s.nosp@m.andia.nosp@m..gov
Christian Blau cblau.nosp@m.@gwd.nosp@m.g.de

Classes

class  gmx::layout_right
 Right-aligned array layout indexer. Carries the mapping class performing the translation from multidimensional index to one-dimensional number. More...
 
class  gmx::layout_right::mapping< Extents >
 Mapping from multidimensional indices within extents to 1D index. More...