R/RcppExports.R
insert_block.Rd
Insert one matrix into another
insert_block(dest, orig, rowinds, colinds)
destination matrix
origin matrix
vector of row indices
vector of column indices
copy the elements of one matrix into another.