summaryrefslogtreecommitdiff
path: root/lib/LinearAlgebra.hs
blob: 474f9a64ea503be50e93e68bf9b686828bfc18db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-----------------------------------------------------------------------------
{- |
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