Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ matrix_integer_diag
Function
matrix_integer_diag
inst/tinytest/cpp/Matrix.cpp:60–62 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
58
59
// [[Rcpp::export]]
60
IntegerMatrix matrix_integer_diag(){
61
return IntegerMatrix::diag( 5, 1 ) ;
62
}
63
64
// [[Rcpp::export]]
65
CharacterMatrix matrix_character_diag(){
Callers
nothing calls this directly
Calls
1
diag
Function · 0.85
Tested by
no test coverage detected