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

Function runit_asvector

inst/tinytest/cpp/sugar.cpp:618–623  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

616
617// [[Rcpp::export]]
618List runit_asvector( NumericMatrix z, NumericVector x, NumericVector y){
619 return List::create(
620 as_vector( z ),
621 as_vector( outer( x , y , std::plus<double>() ) )
622 ) ;
623}
624
625// [[Rcpp::export]]
626NumericVector runit_diff_REALSXP_NA( NumericVector x ){

Callers

nothing calls this directly

Calls 2

as_vectorFunction · 0.85
outerFunction · 0.85

Tested by

no test coverage detected