[Rcpp-commits] r1871 - in pkg/RcppArmadillo: . inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jul 26 04:10:19 CEST 2010


Author: edd
Date: 2010-07-26 04:10:18 +0200 (Mon, 26 Jul 2010)
New Revision: 1871

Modified:
   pkg/RcppArmadillo/NEWS
   pkg/RcppArmadillo/inst/ChangeLog
Log:
correct lingo: it is the pseudo-inverse


Modified: pkg/RcppArmadillo/NEWS
===================================================================
--- pkg/RcppArmadillo/NEWS	2010-07-26 01:34:19 UTC (rev 1870)
+++ pkg/RcppArmadillo/NEWS	2010-07-26 02:10:18 UTC (rev 1871)
@@ -6,7 +6,7 @@
         singular matrices and warns and returns an empty matrix which stops
         the example fastLm() implementation on the manual page -- and while
         this is generally reasonably it makes sense here to continue which
-        the Moore-Penrose inverse allows us to do
+        the Moore-Penrose pseudo-inverse allows us to do this
 
 0.2.3   2010-06-14
 

Modified: pkg/RcppArmadillo/inst/ChangeLog
===================================================================
--- pkg/RcppArmadillo/inst/ChangeLog	2010-07-26 01:34:19 UTC (rev 1870)
+++ pkg/RcppArmadillo/inst/ChangeLog	2010-07-26 02:10:18 UTC (rev 1871)
@@ -4,8 +4,8 @@
 
 	* src/fastLm.cpp: Switch from inv() (which now throws a warning on
 	(near) singular matrices and returns an empty matrix) to the
-	Moore-Penrose generalised inverse pinv() which allows us to continue
-	the example in the manual page. Of course, for standard use inv() is
+	Moore-Penrose pseudo-inverse pinv() which allows us to continue
+	the example from the manual page. Of course, for standard use inv() is
 	doing the right thing by issueing the warning.
 
 2010-06-14  Dirk Eddelbuettel  <edd at debian.org>



More information about the Rcpp-commits mailing list