Copy some of the rows of one matrix into another

copy_2_rows(dest, orig, inds)

Arguments

dest

destination matrix

orig

origin matrix

inds

row indices

Value

copy the elements of one matrix into another.