Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ i_cbind_mm
Function
i_cbind_mm
inst/tinytest/cpp/sugar.cpp:900–903 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
898
899
// [[Rcpp::export]]
900
Rcpp::IntegerMatrix
901
i_cbind_mm(Rcpp::IntegerMatrix m1, Rcpp::IntegerMatrix m2) {
902
return Rcpp::cbind(m1, m2);
903
}
904
905
// [[Rcpp::export]]
906
Rcpp::IntegerMatrix
Callers
nothing calls this directly
Calls
1
cbind
Function · 0.85
Tested by
no test coverage detected