Rcpp Version 1.0.14
Loading...
Searching...
No Matches
mapply_2.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Rcpp::sugar::Mapply_2< RTYPE, NA_1, T_1, NA_2, T_2, Function >
 
class  Rcpp::sugar::Mapply_2_Vector_Primitive< RTYPE, NA_1, T_1, PRIM_2, Function >
 
class  Rcpp::sugar::Mapply_2_Primitive_Vector< RTYPE, PRIM_1, NA_2, T_2, Function >
 

Namespaces

namespace  Rcpp
 Rcpp API.
 
namespace  Rcpp::sugar
 

Functions

template<int RTYPE, bool NA_1, typename T_1 , bool NA_2, typename T_2 , typename Function >
sugar::Mapply_2< RTYPE, NA_1, T_1, NA_2, T_2, FunctionRcpp::mapply (const Rcpp::VectorBase< RTYPE, NA_1, T_1 > &t1, const Rcpp::VectorBase< RTYPE, NA_2, T_2 > &t2, Function fun)
 
template<int RTYPE, bool NA_1, typename T_1 , typename Function >
sugar::Mapply_2_Vector_Primitive< RTYPE, NA_1, T_1, double, FunctionRcpp::mapply (const Rcpp::VectorBase< RTYPE, NA_1, T_1 > &t1, double t2, Function fun)
 
template<int RTYPE, bool NA_2, typename T_2 , typename Function >
sugar::Mapply_2_Primitive_Vector< RTYPE, double, NA_2, T_2, FunctionRcpp::mapply (double t1, const Rcpp::VectorBase< RTYPE, NA_2, T_2 > &t2, Function fun)