diff options
Diffstat (limited to 'packages/base/src/Numeric')
-rw-r--r-- | packages/base/src/Numeric/LinearAlgebra/Devel.hs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/base/src/Numeric/LinearAlgebra/Devel.hs b/packages/base/src/Numeric/LinearAlgebra/Devel.hs index fce8b71..55894e0 100644 --- a/packages/base/src/Numeric/LinearAlgebra/Devel.hs +++ b/packages/base/src/Numeric/LinearAlgebra/Devel.hs | |||
@@ -49,9 +49,12 @@ module Numeric.LinearAlgebra.Devel( | |||
49 | mapMatrixWithIndex, mapMatrixWithIndexM, mapMatrixWithIndexM_, | 49 | mapMatrixWithIndex, mapMatrixWithIndexM, mapMatrixWithIndexM_, |
50 | liftMatrix, liftMatrix2, liftMatrix2Auto, | 50 | liftMatrix, liftMatrix2, liftMatrix2Auto, |
51 | 51 | ||
52 | -- * Misc | 52 | -- * Sparse representation |
53 | CSR(..), fromCSR, mkCSR, | 53 | CSR(..), fromCSR, mkCSR, |
54 | GMatrix(..) | 54 | GMatrix(..), |
55 | |||
56 | -- * Misc | ||
57 | toByteString, fromByteString | ||
55 | 58 | ||
56 | ) where | 59 | ) where |
57 | 60 | ||