----------------------------------------------------------------------------- {- | 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