Copy the contents of one matrix into another

copy_row(dest, orig, ind)

Arguments

dest

destination matrix

orig

origin matrix

ind

row index

Value

copy the elements of one matrix into another.