Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_sign
Function
runit_sign
inst/tinytest/cpp/sugar.cpp:407–412 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
405
406
// [[Rcpp::export]]
407
List runit_sign( NumericVector xx, IntegerVector yy ){
408
return List::create(
409
sign( xx ),
410
sign( yy )
411
) ;
412
}
413
414
// [[Rcpp::export]]
415
List runit_times( IntegerVector xx ){
Callers
nothing calls this directly
Calls
1
sign
Function · 0.50
Tested by
no test coverage detected