blob: 10ad6506d7d55ea07efdb42d30c49caf749abb0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--------------------------------------------------------------------------------
{- |
Module : Numeric.LinearAlgebra.Data
Copyright : (c) Alberto Ruiz 2014
License : GPL
Maintainer : Alberto Ruiz
Stability : provisional
-}
--------------------------------------------------------------------------------
module Numeric.LinearAlgebra.Data(
) where
|