diff options
Diffstat (limited to 'packages/base')
-rw-r--r-- | packages/base/CHANGELOG | 2 | ||||
-rw-r--r-- | packages/base/hmatrix.cabal | 6 | ||||
-rw-r--r-- | packages/base/src/Internal/C/lapack-aux.c (renamed from packages/base/src/C/lapack-aux.c) | 0 | ||||
-rw-r--r-- | packages/base/src/Internal/C/lapack-aux.h (renamed from packages/base/src/C/lapack-aux.h) | 0 | ||||
-rw-r--r-- | packages/base/src/Internal/C/vector-aux.c (renamed from packages/base/src/C/vector-aux.c) | 0 |
5 files changed, 5 insertions, 3 deletions
diff --git a/packages/base/CHANGELOG b/packages/base/CHANGELOG index 5e00f93..b1d85fb 100644 --- a/packages/base/CHANGELOG +++ b/packages/base/CHANGELOG | |||
@@ -4,6 +4,8 @@ | |||
4 | * initial support of (C)Int elements | 4 | * initial support of (C)Int elements |
5 | 5 | ||
6 | * improved matrix extraction using vectors of indexes (??) | 6 | * improved matrix extraction using vectors of indexes (??) |
7 | |||
8 | * remap, ccompare | ||
7 | 9 | ||
8 | * experimental support of type safe modular arithmetic | 10 | * experimental support of type safe modular arithmetic |
9 | 11 | ||
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index 6614633..6cbe8c7 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal | |||
@@ -20,7 +20,7 @@ build-type: Simple | |||
20 | 20 | ||
21 | extra-source-files: THANKS.md CHANGELOG | 21 | extra-source-files: THANKS.md CHANGELOG |
22 | 22 | ||
23 | extra-source-files: src/C/lapack-aux.h | 23 | extra-source-files: src/Internal/C/lapack-aux.h |
24 | 24 | ||
25 | flag openblas | 25 | flag openblas |
26 | description: Link with OpenBLAS (https://github.com/xianyi/OpenBLAS) optimized libraries. | 26 | description: Link with OpenBLAS (https://github.com/xianyi/OpenBLAS) optimized libraries. |
@@ -77,8 +77,8 @@ library | |||
77 | Numeric.LinearAlgebra.Util | 77 | Numeric.LinearAlgebra.Util |
78 | Numeric.LinearAlgebra.Util.Modular | 78 | Numeric.LinearAlgebra.Util.Modular |
79 | 79 | ||
80 | C-sources: src/C/lapack-aux.c | 80 | C-sources: src/Internal/C/lapack-aux.c |
81 | src/C/vector-aux.c | 81 | src/Internal/C/vector-aux.c |
82 | 82 | ||
83 | 83 | ||
84 | extensions: ForeignFunctionInterface, | 84 | extensions: ForeignFunctionInterface, |
diff --git a/packages/base/src/C/lapack-aux.c b/packages/base/src/Internal/C/lapack-aux.c index 1402050..1402050 100644 --- a/packages/base/src/C/lapack-aux.c +++ b/packages/base/src/Internal/C/lapack-aux.c | |||
diff --git a/packages/base/src/C/lapack-aux.h b/packages/base/src/Internal/C/lapack-aux.h index 6ffbef1..6ffbef1 100644 --- a/packages/base/src/C/lapack-aux.h +++ b/packages/base/src/Internal/C/lapack-aux.h | |||
diff --git a/packages/base/src/C/vector-aux.c b/packages/base/src/Internal/C/vector-aux.c index 5662697..5662697 100644 --- a/packages/base/src/C/vector-aux.c +++ b/packages/base/src/Internal/C/vector-aux.c | |||