Gromacs
2026.0-dev-20241204-d69d709
|
Typedefs | |
using | mdspan_int = basic_mdspan< int, extents< 5, dynamic_extent, 3, dynamic_extent, 1 >, layout_right, accessor_basic< int >> |
View on int data with mixed static and dynamic extents. | |
using | mdspan_float = basic_mdspan< float, extents< 5, dynamic_extent, 3, dynamic_extent, 1 >, layout_right, accessor_basic< float >> |
View on float data with mixed static and dynamic extents. | |
using | MdSpanTypes = ::testing::Types< mdspan_int, mdspan_float > |
Types to be tested. | |