diff options
author | Alberto Ruiz <aruiz@um.es> | 2011-01-20 16:06:34 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2011-01-20 16:06:34 +0000 |
commit | 19caef757562aa730c4e87d7ebaf6374bac0e5e5 (patch) | |
tree | 07e33e4eb4fc423c890e5b2e70dda08e33c19c7d | |
parent | 2a75f1a0ce5cf1598fc3c4095c66b004c3a52aab (diff) |
-fvector True
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | hmatrix.cabal | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ | |||
1 | 0.10.1.0 | 1 | 0.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 | ||
78 | flag vector | 78 | flag 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 | ||
82 | flag binary | 82 | flag binary |
83 | description: Define Binary instances | 83 | description: Define Binary instances |