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

Function n_cbind_ms

inst/tinytest/cpp/sugar.cpp:854–856  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

852
853// [[Rcpp::export]]
854Rcpp::NumericMatrix n_cbind_ms(Rcpp::NumericMatrix m1, double s1) {
855 return Rcpp::cbind(m1, s1);
856}
857
858// [[Rcpp::export]]
859Rcpp::NumericMatrix n_cbind_vv(Rcpp::NumericVector v1, Rcpp::NumericVector v2) {

Callers

nothing calls this directly

Calls 1

cbindFunction · 0.85

Tested by

no test coverage detected