Function DP_SelectMapInt#
Defined in File c_api.h
Function Documentation#
- void DP_SelectMapInt(const int *in, const int *fwd_map, const int stride, const int nall1, const int nall2, int *out)#
Apply the given map to a vector. Assume nframes is 1.
- Parameters:
in – [in] The input vector.
fwd_map – [in] The map.
stride – [in] The stride of the input vector.
nall1 – [in] The number of atoms in the input vector.
nall2 – [out] The number of atoms in the output vector.
out – [out] The output vector.