Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ Vec
Method
Vec
inst/examples/ConvolveBenchmarks/convolve8_cpp.cpp:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
class Vec {
15
public:
16
Vec( double* data_ ) : data(data_){}
17
inline double& operator[]( int i){ return data[i] ; }
18
19
private:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected