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