Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
inline no_init_vector no_init(R_xlen_t size) {
78
return no_init_vector(size);
79
}
80
81
inline no_init_matrix no_init(int nr, int nc) {
82
return no_init_matrix(nr, nc);
Callers
15
runit_no_init_matrix
Function · 0.85
runit_no_init_matrix_ctor
Function · 0.85
runit_no_init_matrix_ctor_nrow
Function · 0.85
get_vec
Method · 0.85
fill_and_get_duplicated
Method · 0.85
keys
Method · 0.85
fill_and_self_match
Method · 0.85
na_omit_impl
Function · 0.85
Table
Class · 0.85
SampleReplace
Function · 0.85
WalkerSample
Function · 0.85
SampleNoReplace
Function · 0.85
Calls
2
no_init_vector
Class · 0.85
no_init_matrix
Class · 0.85
Tested by
no test coverage detected