MCPcopy 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]]
60IntegerMatrix matrix_integer_diag(){
61 return IntegerMatrix::diag( 5, 1 ) ;
62}
63
64// [[Rcpp::export]]
65CharacterMatrix matrix_character_diag(){

Callers

nothing calls this directly

Calls 1

diagFunction · 0.85

Tested by

no test coverage detected