diff options
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Data.hs')
-rw-r--r-- | lib/Numeric/LinearAlgebra/Data.hs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/Numeric/LinearAlgebra/Data.hs b/lib/Numeric/LinearAlgebra/Data.hs new file mode 100644 index 0000000..10ad650 --- /dev/null +++ b/lib/Numeric/LinearAlgebra/Data.hs | |||
@@ -0,0 +1,16 @@ | |||
1 | -------------------------------------------------------------------------------- | ||
2 | {- | | ||
3 | Module : Numeric.LinearAlgebra.Data | ||
4 | Copyright : (c) Alberto Ruiz 2014 | ||
5 | License : GPL | ||
6 | |||
7 | Maintainer : Alberto Ruiz | ||
8 | Stability : provisional | ||
9 | |||
10 | -} | ||
11 | -------------------------------------------------------------------------------- | ||
12 | |||
13 | module Numeric.LinearAlgebra.Data( | ||
14 | |||
15 | ) where | ||
16 | |||