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

Function n_cbind_ss

inst/tinytest/cpp/sugar.cpp:884–886  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

882
883// [[Rcpp::export]]
884Rcpp::NumericMatrix n_cbind_ss(double s1, double s2) {
885 return Rcpp::cbind(s1, s2);
886}
887
888// [[Rcpp::export]]
889Rcpp::NumericMatrix

Callers

nothing calls this directly

Calls 1

cbindFunction · 0.85

Tested by

no test coverage detected