Rcpp Version 1.0.9
|
Classes | |
struct | RowSumsReturn |
struct | RowSumsReturn< LGLSXP > |
struct | ColSumsReturn |
struct | RowMeansReturn |
struct | RowMeansReturn< CPLXSXP > |
struct | ColMeansReturn |
Functions | |
bool | check_na (double x) |
bool | check_na (int x) |
bool | check_na (Rboolean x) |
bool | check_na (SEXP x) |
bool | check_na (Rcomplex x) |
void | incr (double *lhs, double rhs) |
void | incr (int *lhs, int rhs) |
void | incr (Rcomplex *lhs, const Rcomplex &rhs) |
void | div (double *lhs, R_xlen_t rhs) |
void | div (Rcomplex *lhs, R_xlen_t rhs) |
void | set_nan (double *x) |
void | set_nan (Rcomplex *x) |
bool | isws (const char c) |
const char * | trim_left (const char *str) |
const char * | trim_right (const char *str, R_len_t sz, std::string *buff) |
const char * | trim_both (const char *str, R_len_t sz, std::string *buff) |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 51 of file rowSums.h.
Referenced by Rcpp::sugar::RowSumsImpl< RTYPE, NA, T, NA_RM >::get(), Rcpp::sugar::RowSumsImpl< RTYPE, NA, T, true >::get(), Rcpp::sugar::ColSumsImpl< RTYPE, NA, T, NA_RM >::get(), Rcpp::sugar::ColSumsImpl< RTYPE, NA, T, true >::get(), Rcpp::sugar::RowMeansImpl< RTYPE, NA, T, NA_RM >::get(), Rcpp::sugar::RowMeansImpl< RTYPE, NA, T, true >::get(), Rcpp::sugar::ColMeansImpl< RTYPE, NA, T, NA_RM >::get(), and Rcpp::sugar::ColMeansImpl< RTYPE, NA, T, true >::get().
|
inline |
|
inline |
|
inline |
Definition at line 36 of file trimws.h.
Referenced by trim_both(), trim_left(), and trim_right().
|
inline |
Definition at line 75 of file rowSums.h.
Referenced by Rcpp::sugar::RowMeansImpl< RTYPE, NA, T, true >::get(), and Rcpp::sugar::ColMeansImpl< RTYPE, NA, T, true >::get().
|
inline |
Definition at line 66 of file trimws.h.
References isws().
Referenced by Rcpp::trimws().
|
inline |
Definition at line 40 of file trimws.h.
References isws().
Referenced by Rcpp::trimws().
|
inline |
Definition at line 52 of file trimws.h.
References isws().
Referenced by Rcpp::trimws().