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