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

Function n_cbind_vm

inst/tinytest/cpp/sugar.cpp:864–866  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

862
863// [[Rcpp::export]]
864Rcpp::NumericMatrix n_cbind_vm(Rcpp::NumericVector v1, Rcpp::NumericMatrix m1) {
865 return Rcpp::cbind(v1, m1);
866}
867
868// [[Rcpp::export]]
869Rcpp::NumericMatrix n_cbind_vs(Rcpp::NumericVector v1, double s1) {

Callers

nothing calls this directly

Calls 1

cbindFunction · 0.85

Tested by

no test coverage detected