[Rcpp-devel] cbind column(s) or rbind row(s) to a NumericMatrix

Hideyoshi Maeda hideyoshi.maeda at gmail.com
Thu Feb 6 18:13:02 CET 2014


Is there a way to cbind column(s) or rbind row(s) to a NumericMatrix in Rcpp?

I have made a NumericVector that is the same length as the number of rows of a NumericMatrix, and was wondering how to (c)bind them together.

Thanks

HLM


More information about the Rcpp-devel mailing list