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

Function n_cbind_vv

inst/tinytest/cpp/sugar.cpp:859–861  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

857
858// [[Rcpp::export]]
859Rcpp::NumericMatrix n_cbind_vv(Rcpp::NumericVector v1, Rcpp::NumericVector v2) {
860 return Rcpp::cbind(v1, v2);
861}
862
863// [[Rcpp::export]]
864Rcpp::NumericMatrix n_cbind_vm(Rcpp::NumericVector v1, Rcpp::NumericMatrix m1) {

Callers

nothing calls this directly

Calls 1

cbindFunction · 0.85

Tested by

no test coverage detected