Gromacs
2026.0-dev-20241121-c76fa1e
|
#include <cstddef>
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/gmxassert.h"
Declares gmx::ArrayRefWithPadding that refers to memory whose size includes padding for SIMD operations.
Classes | |
class | gmx::ArrayRefWithPadding< typename > |
Interface to a C array of T (or part of a std container of T), that includes padding that is suitable for the kinds of SIMD operations GROMACS uses. More... | |