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

Function n_cbind_vs

inst/tinytest/cpp/sugar.cpp:869–871  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

867
868// [[Rcpp::export]]
869Rcpp::NumericMatrix n_cbind_vs(Rcpp::NumericVector v1, double s1) {
870 return Rcpp::cbind(v1, s1);
871}
872
873// [[Rcpp::export]]
874Rcpp::NumericMatrix n_cbind_sm(double s1, Rcpp::NumericMatrix m1) {

Callers

nothing calls this directly

Calls 1

cbindFunction · 0.85

Tested by

no test coverage detected