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


Public Member Functions | |
| RowMeansImpl (const MatrixBase< RTYPE, NA, T > &ref_) | |
| return_vector | get () const |
| Public Member Functions inherited from Rcpp::sugar::Lazy< detail::RowMeansReturn< RTYPE >::type, RowMeansImpl< RTYPE, NA, T, false > > | |
| operator detail::RowMeansReturn< RTYPE >::type () const | |
Private Types | |
| typedef detail::RowMeansReturn< 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 479 of file rowSums.h.
References Rcpp::sugar::detail::div(), Rcpp::sugar::detail::incr(), and ref.

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