| 32 | typedef typename Rcpp::traits::storage_type<RTYPE>::type STORAGE ; |
| 33 | |
| 34 | Sd( const VEC_TYPE& object_ ) : object(object_){} |
| 35 | |
| 36 | STORAGE get() const { |
| 37 | return ::sqrt( var(object).get() ) ; |
nothing calls this directly
no outgoing calls
no test coverage detected