Gromacs
2024.3
|
Data structure for the permute
selection modifier.
Public Attributes | |
gmx_ana_pos_t | p |
Positions to permute. More... | |
int | n |
Number of elements in the permutation. More... | |
int * | perm |
Array describing the permutation. More... | |
int * | rperm |
Array that has the permutation reversed. More... | |
int methoddata_permute::n |
Number of elements in the permutation.
gmx_ana_pos_t methoddata_permute::p |
Positions to permute.
int* methoddata_permute::perm |
Array describing the permutation.
int* methoddata_permute::rperm |
Array that has the permutation reversed.