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

Function n_cbind9

inst/tinytest/cpp/sugar.cpp:889–894  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

887
888// [[Rcpp::export]]
889Rcpp::NumericMatrix
890n_cbind9(Rcpp::NumericMatrix m1, Rcpp::NumericVector v1, double s1,
891 Rcpp::NumericMatrix m2, Rcpp::NumericVector v2, double s2,
892 Rcpp::NumericMatrix m3, Rcpp::NumericVector v3, double s3) {
893 return Rcpp::cbind(m1, v1, s1, m2, v2, s2, m3, v3, s3);
894}
895
896
897// B. Integer*

Callers

nothing calls this directly

Calls 1

cbindFunction · 0.85

Tested by

no test coverage detected