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

Function n_cbind_mv

inst/tinytest/cpp/sugar.cpp:849–851  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

847
848// [[Rcpp::export]]
849Rcpp::NumericMatrix n_cbind_mv(Rcpp::NumericMatrix m1, Rcpp::NumericVector v1) {
850 return Rcpp::cbind(m1, v1);
851}
852
853// [[Rcpp::export]]
854Rcpp::NumericMatrix n_cbind_ms(Rcpp::NumericMatrix m1, double s1) {

Callers

nothing calls this directly

Calls 1

cbindFunction · 0.85

Tested by

no test coverage detected