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