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

Function outer

inst/include/Rcpp/sugar/matrix/outer.h:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 bool RHS_NA, typename RHS_T,
79 typename Function >
80inline sugar::Outer<RTYPE,LHS_NA,LHS_T,RHS_NA,RHS_T,Function>
81outer(
82 const Rcpp::VectorBase<RTYPE,LHS_NA,LHS_T>& lhs,
83 const Rcpp::VectorBase<RTYPE,RHS_NA,RHS_T>& rhs,
84 Function fun ){
85
86 return sugar::Outer<RTYPE,LHS_NA,LHS_T,RHS_NA,RHS_T,Function>( lhs, rhs, fun ) ;
87}
88
89} // Rcpp
90

Callers 4

runit_outerFunction · 0.85
runit_outer_lambdaFunction · 0.85
runit_diagFunction · 0.85
runit_asvectorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected