aboutsummaryrefslogtreecommitdiff
path: root/src/eigenlib.cpp
diff options
context:
space:
mode:
authorPjotr Prins2017-07-07 06:54:26 +0000
committerPjotr Prins2017-07-07 06:54:26 +0000
commitb9758364059d52e153a9f1b4fcae3bc3f3e68422 (patch)
treecc3b526c1621ca452ded085114d7c40559c09887 /src/eigenlib.cpp
parentdd72b87354d1d3f6d3aa42ed0123a23880e9cb15 (diff)
downloadpangemma-b9758364059d52e153a9f1b4fcae3bc3f3e68422.tar.gz
Fix spacing
Diffstat (limited to 'src/eigenlib.cpp')
-rw-r--r--src/eigenlib.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/eigenlib.cpp b/src/eigenlib.cpp
index 7ad250f..733dae1 100644
--- a/src/eigenlib.cpp
+++ b/src/eigenlib.cpp
@@ -28,9 +28,9 @@ using namespace std;
using namespace Eigen;
// On two different clusters, compare eigen vs lapack/gsl:
-//
+//
// dgemm, 5x or 0.5x faster or slower than lapack, 5x or 4x faster than gsl
-// dgemv, 20x or 4x faster than gsl,
+// dgemv, 20x or 4x faster than gsl,
// eigen, 1x or 0.3x slower than lapack
// invert, 20x or 10x faster than lapack
//