Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
906
Rcpp::IntegerMatrix
907
i_cbind_mv(Rcpp::IntegerMatrix m1, Rcpp::IntegerVector v1) {
908
return Rcpp::cbind(m1, v1);
909
}
910
911
// [[Rcpp::export]]
912
Rcpp::IntegerMatrix
Callers
nothing calls this directly
Calls
1
cbind
Function · 0.85
Tested by
no test coverage detected