Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
507
List runit_row( NumericMatrix xx ){
508
return List::create(
509
_[
"row"
] = row( xx ),
510
_[
"col"
] = col( xx )
511
) ;
512
}
513
514
// [[Rcpp::export]]
515
List runit_head( NumericVector xx ){
Callers
nothing calls this directly
Calls
2
row
Function · 0.85
col
Function · 0.85
Tested by
no test coverage detected