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


Public Types | |
| typedef Rcpp::VectorBase< RTYPE, 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< RTYPE, NA, T > > | |
| operator double () const | |
Private Attributes | |
| const VEC_TYPE & | object |
| typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Var< RTYPE, NA, T >::VEC_TYPE |
|
inline |
|
inline |
Definition at line 36 of file var.h.
References Rcpp::as(), and Rcpp::mean().

|
private |