[Rcpp-commits] r3141 - pkg/RcppEigen
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jul 13 18:46:40 CEST 2011
Author: dmbates
Date: 2011-07-13 18:46:39 +0200 (Wed, 13 Jul 2011)
New Revision: 3141
Modified:
pkg/RcppEigen/ChangeLog
Log:
*** empty log message ***
Modified: pkg/RcppEigen/ChangeLog
===================================================================
--- pkg/RcppEigen/ChangeLog 2011-07-13 16:44:11 UTC (rev 3140)
+++ pkg/RcppEigen/ChangeLog 2011-07-13 16:46:39 UTC (rev 3141)
@@ -1,3 +1,22 @@
+2011-07-13 Douglas Bates <bates at stat.wisc.edu>
+
+ * DESCRIPTION, inst/include/RcppEigenWrap.h,
+ inst/unitTests/runit.RcppEigen.R: Dispatch on wrap to vector according
+ to T::ColsAtCompileTime; modify tests to avoid the .eval() methods;
+ bump Rcpp version dependence
+
+2011-07-13 Romain Francois <romain at r-enthusiasts.com>
+
+ * inst/include/RcppEigenWrap.h: dispatch sparse/dense and generalizes
+ dealing with sparse objects
+ * inst/include/RcppEigenWrap.h: comment non generic implementations
+ * inst/include/RcppEigenForward.h, inst/include/RcppEigenWrap.h: comment
+ non generic implementations
+ * inst/include/RcppEigenWrap.h: deal with dimensions in
+ eigen_wrap_is_plain
+ * inst/include/RcppEigenForward.h, inst/include/RcppEigenWrap.h: first
+ steps into dealing with Eigen expressions
+
2011-07-10 Douglas Bates <bates at stat.wisc.edu>
* inst/include/PlainObjectBaseAddon.h: Added some begin and end methods
More information about the Rcpp-commits
mailing list