Rcpp Version 0.9.10
pow.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::pow__impl< NA, RTYPE, EXPONENT_TYPE >
class  Rcpp::sugar::pow__impl< false, RTYPE, EXPONENT_TYPE >
class  Rcpp::sugar::Pow< RTYPE, NA, T, EXPONENT_TYPE >

Namespaces

namespace  Rcpp
 

Rcpp API.


namespace  Rcpp::sugar

Functions

template<bool NA, typename T , typename EXPONENT_TYPE >
sugar::Pow< INTSXP, NA, T,
EXPONENT_TYPE > 
Rcpp::pow (const VectorBase< INTSXP, NA, T > &t, EXPONENT_TYPE exponent)
template<bool NA, typename T , typename EXPONENT_TYPE >
sugar::Pow< REALSXP, NA, T,
EXPONENT_TYPE > 
Rcpp::pow (const VectorBase< REALSXP, NA, T > &t, EXPONENT_TYPE exponent)
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines