Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
[Rcpp-devel] Rcpp Timer
Kaspar Märtens
·
Dec 29, 2016
·
rcpp-devel
Hi, Trying out the Rcpp Timer example from http://gallery.rcpp.org/articles/using-the-rcpp-timer/ I was unable to reproduce similar results. The example output get/put g/p+rnorm() empty loop 1.967e+03 3.288e+03...
[Rcpp-devel] type mismatch between NumericMatrix and IntegerMatrix
Kaspar Märtens
·
Aug 7, 2016
·
rcpp-devel
Hi, When experimenting with the following toy function, // [[Rcpp::export]] void modify_matrix(NumericMatrix A){ A(0, 0) = 5; } and applying this on matrices defined in R, I occasionally noticed unexpected behaviour (as it turns out, on integer matrices). ### Example...
Can't find what you're looking for? Try searching with Google .