|
Rcpp Version 0.9.10
|
#include <pow.h>

Public Types | |
| typedef Rcpp::traits::storage_type < RTYPE >::type | STORAGE |
Public Member Functions | |
| pow__impl (EXPONENT_TYPE exponent_) | |
| double | get (STORAGE x) const |
Private Attributes | |
| EXPONENT_TYPE | exponent |
| typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::pow__impl< false, RTYPE, EXPONENT_TYPE >::STORAGE |
| Rcpp::sugar::pow__impl< false, RTYPE, EXPONENT_TYPE >::pow__impl | ( | EXPONENT_TYPE | exponent_ | ) | [inline] |
| double Rcpp::sugar::pow__impl< false, RTYPE, EXPONENT_TYPE >::get | ( | STORAGE | x | ) | const [inline] |
Definition at line 47 of file pow.h.
References Rcpp::sugar::pow__impl< NA, RTYPE, EXPONENT_TYPE >::exponent, Rcpp::pow(), and x.

EXPONENT_TYPE Rcpp::sugar::pow__impl< false, RTYPE, EXPONENT_TYPE >::exponent [private] |