Gromacs
2024.3
|
#include <gromacs/nbnxm/simd_diagonal_masker.h>
Specialized masker for JSizeIsHalfISize.
Public Member Functions | |
DiagonalMasker (const nbnxn_atomdata_t::SimdMasks &simdMasks) | |
void | maskArray (const int iClusterIndex, const int jClusterIndex, std::array< SimdBool, nR > &boolV) const |
Sets (sub-)diagonal entries in boolV to false when the cluster pair in on the diagonal. | |