Re: [Rcpp-devel] Fwd: Element-wise matrix operations

2018-01-20 Thread Jason Nielsen
Thank you for your quick response. I was only thinking about the element-wise matrix/matrix equivalents that already have vector/vector implementations. My first look was telling me that this shouldn't be difficult. That said reading and using templated C++ code is a different story than modifyi

Re: [Rcpp-devel] Fwd: Element-wise matrix operations

2018-01-20 Thread Dirk Eddelbuettel
On 20 January 2018 at 17:45, Jason Nielsen wrote: | Hi all, | | I was wondering if there is a technical reason that element-wise matrix | operations between Rcpp's Matrix type aren't implemented. There is | vector/vector, vector/scalar and matrix/scalar but no matrix/matrix. The | following nai