diff options
Diffstat (limited to 'packages/base/src/Numeric/LinearAlgebra/Data.hs')
-rw-r--r-- | packages/base/src/Numeric/LinearAlgebra/Data.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/base/src/Numeric/LinearAlgebra/Data.hs b/packages/base/src/Numeric/LinearAlgebra/Data.hs index 3417a5e..33a2c9a 100644 --- a/packages/base/src/Numeric/LinearAlgebra/Data.hs +++ b/packages/base/src/Numeric/LinearAlgebra/Data.hs | |||
@@ -49,8 +49,8 @@ module Numeric.LinearAlgebra.Data( | |||
49 | find, maxIndex, minIndex, maxElement, minElement, atIndex, | 49 | find, maxIndex, minIndex, maxElement, minElement, atIndex, |
50 | 50 | ||
51 | -- * Sparse | 51 | -- * Sparse |
52 | GMatrix, AssocMatrix, mkSparse, toDense, | 52 | AssocMatrix, toDense, |
53 | mkDiagR, dense, | 53 | mkSparse, mkDiagR, mkDense, |
54 | 54 | ||
55 | -- * IO | 55 | -- * IO |
56 | disp, | 56 | disp, |
@@ -68,7 +68,7 @@ module Numeric.LinearAlgebra.Data( | |||
68 | 68 | ||
69 | module Data.Complex, | 69 | module Data.Complex, |
70 | 70 | ||
71 | Vector, Matrix | 71 | Vector, Matrix, GMatrix, CSR(..), mkCSR |
72 | 72 | ||
73 | ) where | 73 | ) where |
74 | 74 | ||