Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ get
Method
get
inst/include/Rcpp/sugar/functions/sd.h:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
Sd( const VEC_TYPE& object_ ) : object(object_){}
35
36
STORAGE get() const {
37
return ::sqrt( var(object).get() ) ;
38
}
39
private:
40
const VEC_TYPE& object ;
41
} ;
Callers
2
Lazy
Class · 0.45
sample
Function · 0.45
Calls
2
var
Function · 0.85
sqrt
Function · 0.50
Tested by
no test coverage detected