MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / Vec

Method Vec

inst/examples/ConvolveBenchmarks/convolve10_cpp.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 typedef double& proxy ;
19
20 Vec( double* data_ ) : cache(data_){}
21 inline proxy operator[]( int i){ return cache.ref(i) ; }
22 inline proxy operator[]( int i) const { return cache.ref(i) ; }
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected