MCPcopy 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

14class Vec {
15public:
16 Vec( double* data_ ) : data(data_){}
17 inline double& operator[]( int i){ return data[i] ; }
18
19private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected