Rcpp Version 1.0.9
is_finite.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Rcpp
 Rcpp API.
 
 Rcpp::traits
 traits used to dispatch wrap
 

Functions

template<int RTYPE>
bool Rcpp::traits::is_finite (typename storage_type< RTYPE >::type)
 
template<>
bool Rcpp::traits::is_finite< INTSXP > (int x)
 
template<>
bool Rcpp::traits::is_finite< REALSXP > (double x)
 
template<>
bool Rcpp::traits::is_finite< CPLXSXP > (Rcomplex x)
 
template<>
bool Rcpp::traits::is_finite< STRSXP > (SEXP)
 
template<>
bool Rcpp::traits::is_finite< LGLSXP > (int x)