R/RcppExports.R
copy_vec2.Rd
Copy the contents of one vector into another
copy_vec2(dest, orig, inds)
destination row vector
origin row vector
vector of indices in the destination
copy the elements of one row vector into another.