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

Function mapply

inst/include/Rcpp/sugar/functions/mapply/mapply_2.h:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125template <int RTYPE, bool NA_1, typename T_1, bool NA_2, typename T_2, typename Function >
126inline sugar::Mapply_2<RTYPE,NA_1,T_1,NA_2,T_2,Function>
127mapply( const Rcpp::VectorBase<RTYPE,NA_1,T_1>& t1, const Rcpp::VectorBase<RTYPE,NA_2,T_2>& t2, Function fun ){
128 return sugar::Mapply_2<RTYPE,NA_1,T_1,NA_2,T_2,Function>( t1.get_ref(), t2.get_ref(), fun ) ;
129}
130
131template <int RTYPE, bool NA_1, typename T_1, typename Function >
132inline sugar::Mapply_2_Vector_Primitive<RTYPE,NA_1,T_1,double,Function>

Callers 5

runit_mapply2Function · 0.50
runit_mapply2_lambdaFunction · 0.50
runit_mapply3_lambdaFunction · 0.50
runit_mapply2_logicalFunction · 0.50
runit_mapply2_listFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected