|
Rcpp Version 1.0.14
|
#include <rowSums.h>


Public Member Functions | |
| ColMeansImpl (const MatrixBase< RTYPE, NA, T > &ref_) | |
| return_vector | get () const |
Public Member Functions inherited from Rcpp::sugar::Lazy< T, EXPR > | |
| operator T () const | |
Private Types | |
| typedef detail::ColMeansReturn< RTYPE > | return_traits |
| typedef return_traits::type | return_vector |
| typedef traits::storage_type< return_traits::rtype >::type | stored_type |
Private Attributes | |
| const MatrixBase< RTYPE, NA, T > & | ref |
|
private |
|
private |
|
private |
|
inline |
|
inline |
Definition at line 730 of file rowSums.h.
References Rcpp::as(), Rcpp::sugar::detail::div(), Rcpp::sugar::detail::incr(), Rcpp::MatrixBase< RTYPE, na, MATRIX >::ncol(), Rcpp::MatrixBase< RTYPE, na, MATRIX >::nrow(), and Rcpp::sugar::ColMeansImpl< RTYPE, NA, T, NA_RM >::ref.

|
private |
Definition at line 719 of file rowSums.h.
Referenced by Rcpp::sugar::ColMeansImpl< RTYPE, NA, T, NA_RM >::get(), and Rcpp::sugar::ColMeansImpl< RTYPE, NA, T, true >::get().