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

Function integer_fill

inst/tinytest/cpp/Vector.cpp:258–261  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

256
257// [[Rcpp::export]]
258IntegerVector integer_fill( IntegerVector y ){
259 y.fill(10) ;
260 return y ;
261}
262
263// [[Rcpp::export]]
264IntegerVector integer_zero(){

Callers

nothing calls this directly

Calls 1

fillMethod · 0.80

Tested by

no test coverage detected