Rcpp Version 1.0.9
Rcpp::sugar::RowSumsImpl< RTYPE, NA, T, true > Class Template Reference

#include <rowSums.h>

Inheritance diagram for Rcpp::sugar::RowSumsImpl< RTYPE, NA, T, true >:
Collaboration diagram for Rcpp::sugar::RowSumsImpl< RTYPE, NA, T, true >:

Public Member Functions

 RowSumsImpl (const MatrixBase< RTYPE, NA, T > &ref_)
 
return_vector get () const
 
- Public Member Functions inherited from Rcpp::sugar::Lazy< detail::RowSumsReturn< RTYPE >::type, RowSumsImpl< RTYPE, NA, T, true > >
 operator detail::RowSumsReturn< RTYPE >::type () const
 

Private Types

typedef detail::RowSumsReturn< 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
 

Detailed Description

template<int RTYPE, bool NA, typename T>
class Rcpp::sugar::RowSumsImpl< RTYPE, NA, T, true >

Definition at line 226 of file rowSums.h.

Member Typedef Documentation

◆ return_traits

template<int RTYPE, bool NA, typename T >
typedef detail::RowSumsReturn<RTYPE> Rcpp::sugar::RowSumsImpl< RTYPE, NA, T, true >::return_traits
private

Definition at line 231 of file rowSums.h.

◆ return_vector

template<int RTYPE, bool NA, typename T >
typedef return_traits::type Rcpp::sugar::RowSumsImpl< RTYPE, NA, T, true >::return_vector
private

Definition at line 232 of file rowSums.h.

◆ stored_type

template<int RTYPE, bool NA, typename T >
typedef traits::storage_type<return_traits::rtype>::type Rcpp::sugar::RowSumsImpl< RTYPE, NA, T, true >::stored_type
private

Definition at line 233 of file rowSums.h.

Constructor & Destructor Documentation

◆ RowSumsImpl()

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::RowSumsImpl< RTYPE, NA, T, true >::RowSumsImpl ( const MatrixBase< RTYPE, NA, T > &  ref_)
inline

Definition at line 236 of file rowSums.h.

Member Function Documentation

◆ get()

template<int RTYPE, bool NA, typename T >
return_vector Rcpp::sugar::RowSumsImpl< RTYPE, NA, T, true >::get ( ) const
inline

Member Data Documentation

◆ ref

template<int RTYPE, bool NA, typename T >
const MatrixBase<RTYPE, NA, T>& Rcpp::sugar::RowSumsImpl< RTYPE, NA, T, true >::ref
private

Definition at line 229 of file rowSums.h.


The documentation for this class was generated from the following file: