[Rcpp-commits] r3096 - pkg/RcppEigen

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jun 21 04:33:42 CEST 2011


Author: dmbates
Date: 2011-06-21 04:33:41 +0200 (Tue, 21 Jun 2011)
New Revision: 3096

Modified:
   pkg/RcppEigen/ChangeLog
Log:
*** empty log message ***

Modified: pkg/RcppEigen/ChangeLog
===================================================================
--- pkg/RcppEigen/ChangeLog	2011-06-21 02:29:10 UTC (rev 3095)
+++ pkg/RcppEigen/ChangeLog	2011-06-21 02:33:41 UTC (rev 3096)
@@ -1,5 +1,37 @@
+2011-06-21  Douglas Bates <bates at stat.wisc.edu>
+
+	* DESCRIPTION: Minor fix in punctuation.
+	* R/fastLm.R, inst/unitTests/runit.fastLm.R, man/fastLm.Rd,
+	  src/fastLm.cpp, src/fastLm.h: Refactoring of the fastLm code to allow
+	  algorithms to be added easily. Adjust docs and R code accordingly.
+
+2011-06-17  Douglas Bates <bates at stat.wisc.edu>
+
+	* inst/include/RcppEigenForward.h, inst/include/RcppEigenWrap.h: Add
+	  wrap instantiations for ArrayXd, ArrayXXd classes in Eigen
+
 2011-06-15  Douglas Bates <bates at stat.wisc.edu>
 
+	* DESCRIPTION, R/RcppEigen.package.skeleton.R, R/SHLIB.R, R/fastLm.R,
+	  R/inline.R, R/unit.test.R, inst/doc/RcppEigen-unitTests.Rnw,
+	  inst/include/RcppEigen.h, inst/include/RcppEigenConfig.h,
+	  inst/include/RcppEigenForward.h, inst/include/RcppEigenWrap.h,
+	  inst/unitTests/runit.fastLm.R, man/fastLm.Rd, src/RcppEigen.cpp,
+	  src/fastLm.cpp: Change references to Armadillo into Eigen; author
+	  order in copyright statements.
+
+2011-06-15  Dirk Eddelbuettel  <edd at debian.org>
+
+	* tests/doRUnit.R: oops: s/Armadillo/Eigen/
+
+2011-06-15  Douglas Bates <bates at stat.wisc.edu>
+
+	* src/fastLm.cpp: Initial (not very good) implementation of "fastLmSVD",
+	  which isn't really that fast.
+	* man/fastLm.Rd: Minor clarification.
+
+2011-06-15  Douglas Bates <bates at stat.wisc.edu>
+
 	* cleanup, inst/doc/*: Documentation based on unit tests.
 	* R/SHLIB.R, R/inline.R, R/unit.test.R: Add support for inline package
 	* inst/include/RcppEigen.h: Add support for sparse Cholesky and LU



More information about the Rcpp-commits mailing list