MCPcopy 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]]
900Rcpp::IntegerMatrix
901i_cbind_mm(Rcpp::IntegerMatrix m1, Rcpp::IntegerMatrix m2) {
902 return Rcpp::cbind(m1, m2);
903}
904
905// [[Rcpp::export]]
906Rcpp::IntegerMatrix

Callers

nothing calls this directly

Calls 1

cbindFunction · 0.85

Tested by

no test coverage detected