Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ integer_dimension_ctor_2
Function
integer_dimension_ctor_2
inst/tinytest/cpp/Vector.cpp:148–150 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
146
147
// [[Rcpp::export]]
148
IntegerVector integer_dimension_ctor_2(){
149
return IntegerVector( Dimension( 5, 5 ) ) ;
150
}
151
152
// [[Rcpp::export]]
153
IntegerVector integer_dimension_ctor_3(){
Callers
nothing calls this directly
Calls
1
Dimension
Class · 0.50
Tested by
no test coverage detected