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

Function runit_row

inst/tinytest/cpp/sugar.cpp:507–512  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

505
506// [[Rcpp::export]]
507List runit_row( NumericMatrix xx ){
508 return List::create(
509 _["row"] = row( xx ),
510 _["col"] = col( xx )
511 ) ;
512}
513
514// [[Rcpp::export]]
515List runit_head( NumericVector xx ){

Callers

nothing calls this directly

Calls 2

rowFunction · 0.85
colFunction · 0.85

Tested by

no test coverage detected