MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / i_cbind_mv

Function i_cbind_mv

inst/tinytest/cpp/sugar.cpp:906–909  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

904
905// [[Rcpp::export]]
906Rcpp::IntegerMatrix
907i_cbind_mv(Rcpp::IntegerMatrix m1, Rcpp::IntegerVector v1) {
908 return Rcpp::cbind(m1, v1);
909}
910
911// [[Rcpp::export]]
912Rcpp::IntegerMatrix

Callers

nothing calls this directly

Calls 1

cbindFunction · 0.85

Tested by

no test coverage detected