Rcpp Version 1.0.9
|
#include <sd.h>
Public Types | |
typedef Rcpp::VectorBase< RTYPE, NA, T > | VEC_TYPE |
typedef Rcpp::traits::storage_type< RTYPE >::type | STORAGE |
Public Member Functions | |
Sd (const VEC_TYPE &object_) | |
STORAGE | get () const |
Public Member Functions inherited from Rcpp::sugar::Lazy< Rcpp::traits::storage_type< RTYPE >::type, Sd< RTYPE, NA, T > > | |
operator Rcpp::traits::storage_type< RTYPE >::type () const | |
Private Attributes | |
const VEC_TYPE & | object |
typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Sd< RTYPE, NA, T >::STORAGE |
typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Sd< RTYPE, NA, T >::VEC_TYPE |
|
inline |
|
inline |
Definition at line 36 of file sd.h.
References Rcpp::algorithm::sqrt(), and Rcpp::var().
|
private |