summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL/Matrix.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Numeric/GSL/Matrix.hs')
-rw-r--r--lib/Numeric/GSL/Matrix.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/GSL/Matrix.hs b/lib/Numeric/GSL/Matrix.hs
index acf4e77..370356f 100644
--- a/lib/Numeric/GSL/Matrix.hs
+++ b/lib/Numeric/GSL/Matrix.hs
@@ -299,7 +299,7 @@ L \* U obtains a permuted version of the original matrix:
299 2.+3.i -7. 0. 299 2.+3.i -7. 0.
300 1. 2. -3. 300 1. 2. -3.
301 1. -1.i 2.i 301 1. -1.i 2.i
302\ 302\ -- CPP
303\> l \<\> u 303\> l \<\> u
304 2.+3.i -7. 0. 304 2.+3.i -7. 0.
305 1. 2. -3. 305 1. 2. -3.