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

Function n_cbind_sv

inst/tinytest/cpp/sugar.cpp:879–881  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

877
878// [[Rcpp::export]]
879Rcpp::NumericMatrix n_cbind_sv(double s1, Rcpp::NumericVector v1) {
880 return Rcpp::cbind(s1, v1);
881}
882
883// [[Rcpp::export]]
884Rcpp::NumericMatrix n_cbind_ss(double s1, double s2) {

Callers

nothing calls this directly

Calls 1

cbindFunction · 0.85

Tested by

no test coverage detected