insert_block: Insert one matrix into another

View source: R/RcppExports.R

insert_blockR Documentation

Insert one matrix into another

Description

Insert one matrix into another

Usage

insert_block(dest, orig, rowinds, colinds)

Arguments

dest

destination matrix

orig

origin matrix

rowinds

vector of row indices

colinds

vector of column indices

Value

copy the elements of one matrix into another.


fintzij/stemr documentation built on March 25, 2022, 12:25 p.m.