Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
884
Rcpp::NumericMatrix n_cbind_ss(double s1, double s2) {
885
return Rcpp::cbind(s1, s2);
886
}
887
888
// [[Rcpp::export]]
889
Rcpp::NumericMatrix
Callers
nothing calls this directly
Calls
1
cbind
Function · 0.85
Tested by
no test coverage detected