summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2011-01-20 16:06:34 +0000
committerAlberto Ruiz <aruiz@um.es>2011-01-20 16:06:34 +0000
commit19caef757562aa730c4e87d7ebaf6374bac0e5e5 (patch)
tree07e33e4eb4fc423c890e5b2e70dda08e33c19c7d
parent2a75f1a0ce5cf1598fc3c4095c66b004c3a52aab (diff)
-fvector True
-rw-r--r--CHANGES2
-rw-r--r--hmatrix.cabal2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a2e740d..660df08 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
10.10.1.0 10.10.1.0
2======== 2========
3 3
4- flag -fvector default = True
5
4- invlndet (inverse and log of determinant) 6- invlndet (inverse and log of determinant)
5 7
6- step, cond 8- step, cond
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 5296f5c..93238a0 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -77,7 +77,7 @@ flag unsafe
77 77
78flag vector 78flag vector
79 description: Use Data.Vector.Storable type from "vector" package. 79 description: Use Data.Vector.Storable type from "vector" package.
80 default: False 80 default: True
81 81
82flag binary 82flag binary
83 description: Define Binary instances 83 description: Define Binary instances