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