copy_col: Copy the contents of one matrix into another

View source: R/RcppExports.R

copy_colR Documentation

Copy the contents of one matrix into another

Description

Copy the contents of one matrix into another

Usage

copy_col(dest, orig, ind)

Arguments

dest

destination matrix

orig

origin matrix

ind

column index

Value

copy the elements of one matrix into another.


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