|
| void | Rcpp::sugar::detail::incr (double *lhs, double rhs) |
| void | Rcpp::sugar::detail::incr (int *lhs, int rhs) |
| void | Rcpp::sugar::detail::incr (Rcomplex *lhs, const Rcomplex &rhs) |
| void | Rcpp::sugar::detail::div (double *lhs, R_xlen_t rhs) |
| void | Rcpp::sugar::detail::div (Rcomplex *lhs, R_xlen_t rhs) |
| void | Rcpp::sugar::detail::set_nan (double *x) |
| void | Rcpp::sugar::detail::set_nan (Rcomplex *x) |
| template<int RTYPE, bool NA, typename T> |
| sugar::detail::RowSumsReturn< RTYPE >::type | Rcpp::rowSums (const MatrixBase< RTYPE, NA, T > &x, bool na_rm=false) |
| template<int RTYPE, bool NA, typename T> |
| sugar::detail::ColSumsReturn< RTYPE >::type | Rcpp::colSums (const MatrixBase< RTYPE, NA, T > &x, bool na_rm=false) |
| template<int RTYPE, bool NA, typename T> |
| sugar::detail::RowMeansReturn< RTYPE >::type | Rcpp::rowMeans (const MatrixBase< RTYPE, NA, T > &x, bool na_rm=false) |
| template<int RTYPE, bool NA, typename T> |
| sugar::detail::ColMeansReturn< RTYPE >::type | Rcpp::colMeans (const MatrixBase< RTYPE, NA, T > &x, bool na_rm=false) |