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

Function runit_outer_lambda

inst/tinytest/cpp/sugar.cpp:501–504  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

499
500// [[Rcpp::export]]
501NumericMatrix runit_outer_lambda(NumericVector xx, NumericVector yy){
502 NumericMatrix m = outer(xx, yy, [](double x, double y) { return x + y; });
503 return m ;
504}
505
506// [[Rcpp::export]]
507List runit_row( NumericMatrix xx ){

Callers

nothing calls this directly

Calls 1

outerFunction · 0.85

Tested by

no test coverage detected