[Rcpp-commits] r3058 - pkg/RcppEigen

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jun 13 23:06:46 CEST 2011


Author: dmbates
Date: 2011-06-13 23:06:46 +0200 (Mon, 13 Jun 2011)
New Revision: 3058

Added:
   pkg/RcppEigen/ChangeLog
Log:


Added: pkg/RcppEigen/ChangeLog
===================================================================
--- pkg/RcppEigen/ChangeLog	                        (rev 0)
+++ pkg/RcppEigen/ChangeLog	2011-06-13 21:06:46 UTC (rev 3058)
@@ -0,0 +1,9 @@
+2011-06-13  Douglas Bates <bates at stat.wisc.edu>
+
+	* ChangeLog: Add ChangeLog
+	* src/fastLm.cpp: Handle the rank-deficient case.
+	* inst/include/Eigen/src/LU/arch/Inverse_SSE.h: Use an _m128d type
+	  instead of long long int for the mask.
+	* R/fastLm.R: Associate names with coefficients. Clean up fastLm.
+	  Forward the object through summary.
+	* inst/include/Eigen/src/Core/util/Meta.h: Suppress use of long long



More information about the Rcpp-commits mailing list