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
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