Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ char_diag_fill
Function
char_diag_fill
inst/tinytest/cpp/Matrix.cpp:452–455 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
450
451
// [[Rcpp::export]]
452
Rcpp::CharacterMatrix char_diag_fill(Rcpp::CharacterMatrix x, std::string diag_val) {
453
x.fill_diag(diag_val);
454
return x;
455
}
Callers
nothing calls this directly
Calls
1
fill_diag
Method · 0.80
Tested by
no test coverage detected