MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / runit_const_Matrix_column_set

Function runit_const_Matrix_column_set

inst/tinytest/cpp/Matrix.cpp:297–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297void runit_const_Matrix_column_set( NumericMatrix::Column& col1, const NumericMatrix::Column& col2 ){
298 col1 = col2 ;
299}
300
301// [[Rcpp::export]]
302NumericVector runit_const_Matrix_column( const NumericMatrix& m ){

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected