[mlpack] 34/207: Minor spelling fix.

Barak A. Pearlmutter barak+git at pearlmutter.net
Thu Mar 23 17:53:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit 7b19f0b823401e56bd5fdf44a80b8c389b6333f6
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Fri Feb 10 18:48:25 2017 +0100

    Minor spelling fix.
---
 src/mlpack/methods/randomized_svd/randomized_svd.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/randomized_svd/randomized_svd.cpp b/src/mlpack/methods/randomized_svd/randomized_svd.cpp
index 60a72ac..89bd2d5 100644
--- a/src/mlpack/methods/randomized_svd/randomized_svd.cpp
+++ b/src/mlpack/methods/randomized_svd/randomized_svd.cpp
@@ -102,7 +102,7 @@ void RandomizedSVD::Apply(const arma::mat& data,
     }
 
     // Computing the LU decomposition is more efficient than computing the QR
-    // decomposition, so we only use in the last iteration, a pivoted QR
+    // decomposition, so we only use it in the last iteration, a pivoted QR
     // decomposition which renormalizes Q, ensuring that the columns of Q are
     // orthonormal.
     if (i < (maxIterations - 1))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list