Re: [Rcpp-devel] moving lists between functions in a package

2013-12-27 Thread szehnder
Arte you using the functions ayou attached them? They both have the same name... Gesendet über den BlackBerry® Service von E-Plus. -Original Message- From: Scott Monroe Sender: rcpp-devel-bounces@lists.r-forge.r-project.orgDate: Fri, 27 Dec 2013 12:36:16 To: rcpp-devel@lists.r-forge.

Re: [Rcpp-devel] RcppArmadillo matrix with writeable auxiliary memory

2013-11-26 Thread szehnder
Steve, If you want to use a variable being an arma::mat obejct with varying memory, you could use an arma::mat pointer. Otherwise if memory stays the same but should be reusable in R, Dirk's suggestion initialising memory in R and passing it to C++ is the most practicable way and very fast. B

Re: [Rcpp-devel] Symbol not found when including an external library

2013-09-05 Thread szehnder
Sorry it must say useDynLib Gesendet über den BlackBerry® Service von E-Plus. -Original Message- From: szehn...@uni-bonn.de Date: Thu, 5 Sep 2013 07:05:54 To: Dirk Eddelbuettel; ; Steve Jaffe Reply-To: szehn...@uni-bonn.de Cc: rcpp-devel@lists.r-forge.r-project.org Subject: Re: [Rcpp-

Re: [Rcpp-devel] Symbol not found when including an external library

2013-09-05 Thread szehnder
Short question at this point of the discussion: Is it possible to use useDynLoad in the NAMESPACE file to load in addition to a dynamic library of nlopt? Best Simon Gesendet über den BlackBerry® Service von E-Plus. -Original Message- From: Dirk Eddelbuettel Sender: rcpp-devel-bounce

Re: [Rcpp-devel] Symbol not found when including an external library

2013-09-04 Thread szehnder
Hi Dirk! Thanks a lot for the quick reply. I will definitely try your suggestions. It could take a little longer though, as I destroyed my System 30 mins ago while I was a little too nasty on the shell. I will try as soon as I reconstructed everything. Best Simon! Gesendet über den BlackBer

Re: [Rcpp-devel] Conversion of Rcpp::Vector Rcpp::List and Rcpp::Matrix to std objects - OpenMP

2013-06-01 Thread szehnder
Hi Asis, I'll have a look at it and come back to you. Best Simon --Original Message-- From: Asis Hallab To: Simon Zehnder Cc: Dirk Eddelbuettel Cc: rcpp-devel@lists.r-forge.r-project.org Subject: Re: [Rcpp-devel] Conversion of Rcpp::Vector Rcpp::List and Rcpp::Matrix to std objects - O