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

Function no_init

inst/include/Rcpp/vector/no_init.h:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75} ;
76
77inline no_init_vector no_init(R_xlen_t size) {
78 return no_init_vector(size);
79}
80
81inline no_init_matrix no_init(int nr, int nc) {
82 return no_init_matrix(nr, nc);

Callers 15

runit_no_init_matrixFunction · 0.85
get_vecMethod · 0.85
keysMethod · 0.85
fill_and_self_matchMethod · 0.85
na_omit_implFunction · 0.85
TableClass · 0.85
SampleReplaceFunction · 0.85
WalkerSampleFunction · 0.85
SampleNoReplaceFunction · 0.85

Calls 2

no_init_vectorClass · 0.85
no_init_matrixClass · 0.85

Tested by

no test coverage detected