Rcpp Version 1.0.9
Rcpp::sugar::Mean< CPLXSXP, NA, T > Class Template Reference

#include <mean.h>

Inheritance diagram for Rcpp::sugar::Mean< CPLXSXP, NA, T >:
Collaboration diagram for Rcpp::sugar::Mean< CPLXSXP, NA, T >:

Public Types

typedef Rcpp::VectorBase< CPLXSXP, NA, T > VEC_TYPE
 

Public Member Functions

 Mean (const VEC_TYPE &object_)
 
Rcomplex get () const
 
- Public Member Functions inherited from Rcpp::sugar::Lazy< Rcomplex, Mean< CPLXSXP, NA, T > >
 operator Rcomplex () const
 

Private Attributes

const VEC_TYPEobject
 

Detailed Description

template<bool NA, typename T>
class Rcpp::sugar::Mean< CPLXSXP, NA, T >

Definition at line 55 of file mean.h.

Member Typedef Documentation

◆ VEC_TYPE

template<bool NA, typename T >
typedef Rcpp::VectorBase<CPLXSXP,NA,T> Rcpp::sugar::Mean< CPLXSXP, NA, T >::VEC_TYPE

Definition at line 57 of file mean.h.

Constructor & Destructor Documentation

◆ Mean()

template<bool NA, typename T >
Rcpp::sugar::Mean< CPLXSXP, NA, T >::Mean ( const VEC_TYPE object_)
inline

Definition at line 59 of file mean.h.

Member Function Documentation

◆ get()

template<bool NA, typename T >
Rcomplex Rcpp::sugar::Mean< CPLXSXP, NA, T >::get ( ) const
inline

Definition at line 61 of file mean.h.

References Rcpp::sugar::Mean< RTYPE, NA, T >::object, and Rcpp::Vector< RTYPE, StoragePolicy >::size().

Here is the call graph for this function:

Member Data Documentation

◆ object

template<bool NA, typename T >
const VEC_TYPE& Rcpp::sugar::Mean< CPLXSXP, NA, T >::object
private

Definition at line 88 of file mean.h.


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