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