[Rcpp-commits] r3194 - pkg/RcppEigen
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Sep 12 19:35:31 CEST 2011
Author: dmbates
Date: 2011-09-12 19:35:31 +0200 (Mon, 12 Sep 2011)
New Revision: 3194
Modified:
pkg/RcppEigen/ChangeLog
pkg/RcppEigen/DESCRIPTION
Log:
Modified: pkg/RcppEigen/ChangeLog
===================================================================
--- pkg/RcppEigen/ChangeLog 2011-09-12 16:37:57 UTC (rev 3193)
+++ pkg/RcppEigen/ChangeLog 2011-09-12 17:35:31 UTC (rev 3194)
@@ -1,3 +1,14 @@
+2011-09-12 Douglas Bates <bates at stat.wisc.edu>
+
+ * inst/include/unsupported/Eigen/src/SparseExtra/CholmodSupport.h:
+ Remove the solvetype specification for the solve method (but type is
+ retained for solveInPlace).
+
+2011-09-11 Douglas Bates <bates at stat.wisc.edu>
+
+ * inst/include/RcppEigenForward.h: Remove forward declaration of
+ non-existent templated function.
+
2011-09-02 Douglas Bates <bates at stat.wisc.edu>
* DESCRIPTION, inst/include/Eigen/src/Core/util/Meta.h: New release.
Modified: pkg/RcppEigen/DESCRIPTION
===================================================================
--- pkg/RcppEigen/DESCRIPTION 2011-09-12 16:37:57 UTC (rev 3193)
+++ pkg/RcppEigen/DESCRIPTION 2011-09-12 17:35:31 UTC (rev 3194)
@@ -2,7 +2,7 @@
Type: Package
Title: Rcpp integration for the Eigen templated linear algebra library.
Version: 0.1.2
-Date: 2011-09-02
+Date: 2011-09-12
Author: Douglas Bates, Romain Francois and Dirk Eddelbuettel
Maintainer: Douglas Bates, Romain Francois and Dirk Eddelbuettel <RcppArmadillo-authors at r-enthusiasts.com>
Description: R and Eigen integration using Rcpp.
More information about the Rcpp-commits
mailing list