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

Function n_cbind_mm

inst/tinytest/cpp/sugar.cpp:844–846  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

842
843// [[Rcpp::export]]
844Rcpp::NumericMatrix n_cbind_mm(Rcpp::NumericMatrix m1, Rcpp::NumericMatrix m2) {
845 return Rcpp::cbind(m1, m2);
846}
847
848// [[Rcpp::export]]
849Rcpp::NumericMatrix n_cbind_mv(Rcpp::NumericMatrix m1, Rcpp::NumericVector v1) {

Callers

nothing calls this directly

Calls 1

cbindFunction · 0.85

Tested by

no test coverage detected