Copy the contents of one vector into another

copy_vec(dest, orig)

Arguments

dest

destination row vector

orig

origin row vector

Value

copy the elements of one row vector into another.