copy_mat: Copy the contents of one matrix into another

View source: R/RcppExports.R

copy_matR Documentation

Copy the contents of one matrix into another

Description

Copy the contents of one matrix into another

Usage

copy_mat(dest, orig)

Arguments

dest

destination matrix

orig

origin matrix

Value

copy the elements of one matrix into another.


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