summaryrefslogtreecommitdiff
path: root/lib/LinearAlgebra.hs
blob: b0c8b9d5a02b8b98c683cbc687b89aa40a10aca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
-----------------------------------------------------------------------------
{- |
Module      :  LinearAlgebra
Copyright   :  (c) Alberto Ruiz 2006-7
License     :  GPL-style

Maintainer  :  Alberto Ruiz (aruiz at um dot es)
Stability   :  provisional
Portability :  uses ffi

Some linear algebra algorithms, implemented by means of BLAS, LAPACK or GSL.

-}
-----------------------------------------------------------------------------
module LinearAlgebra (

) where