R/RcppExports.R
copy_elem2.Rd
Copy an multiple elements from one vector into another
copy_elem2(dest, orig, inds)
destination row vector
origin row vector
C++ style index for the element to be copied
copy an element of one row vector into another.