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

Function runit_rev

inst/tinytest/cpp/sugar.cpp:489–492  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

487
488// [[Rcpp::export]]
489IntegerVector runit_rev( IntegerVector xx ){
490 IntegerVector yy = rev( xx * xx );
491 return yy ;
492}
493
494// [[Rcpp::export]]
495NumericMatrix runit_outer( NumericVector xx, NumericVector yy){

Callers

nothing calls this directly

Calls 1

revFunction · 0.85

Tested by

no test coverage detected