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

Function n_cbind_sm

inst/tinytest/cpp/sugar.cpp:874–876  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

872
873// [[Rcpp::export]]
874Rcpp::NumericMatrix n_cbind_sm(double s1, Rcpp::NumericMatrix m1) {
875 return Rcpp::cbind(s1, m1);
876}
877
878// [[Rcpp::export]]
879Rcpp::NumericMatrix n_cbind_sv(double s1, Rcpp::NumericVector v1) {

Callers

nothing calls this directly

Calls 1

cbindFunction · 0.85

Tested by

no test coverage detected