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

#include <var.h>

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

Public Types

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

Public Member Functions

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

Private Attributes

const VEC_TYPEobject
 

Detailed Description

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

Definition at line 50 of file var.h.

Member Typedef Documentation

◆ VEC_TYPE

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

Definition at line 52 of file var.h.

Constructor & Destructor Documentation

◆ Var()

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

Definition at line 54 of file var.h.

Member Function Documentation

◆ get()

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

Definition at line 56 of file var.h.

References Rcpp::mean().

Here is the call graph for this function:

Member Data Documentation

◆ object

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

Definition at line 68 of file var.h.


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