summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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