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

Function runit_outer

inst/tinytest/cpp/sugar.cpp:495–498  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

493
494// [[Rcpp::export]]
495NumericMatrix runit_outer( NumericVector xx, NumericVector yy){
496 NumericMatrix m = outer( xx, yy, std::plus<double>() ) ;
497 return m ;
498}
499
500// [[Rcpp::export]]
501NumericMatrix runit_outer_lambda(NumericVector xx, NumericVector yy){

Callers

nothing calls this directly

Calls 1

outerFunction · 0.85

Tested by

no test coverage detected