name: repa-linear-algebra version: 0.3.0.1 synopsis: HMatrix operations for Repa. description: HMatrix Vector and Matrix conversions to and from REPA Array F DIM1/2 (Complex) Double, together with a port of linear algebraic functions. license: BSD3 license-file: LICENSE author: Marcin Mrotek maintainer: marcin.jan.mrotek@gmail.com stability: experimental (casts under the hood) homepage: https://github.com/marcinmrotek/repa-linear-algebra bug-reports: https://github.com/marcinmrotek/repa-linear-algebra/issues category: Data build-type: Simple extra-source-files: README.md cabal-version: >=1.10 source-repository head type: git location: https://github.com/marcinmrotek/repa-linear-algebra.git flag devel description: Development mode (-Werror). default: False manual: True library exposed-modules: Numeric.LinearAlgebra.Repa Numeric.LinearAlgebra.Repa.Conversion build-depends: base >= 4.8 && <4.9 , hmatrix >= 0.17 && < 0.18 , repa >= 3.4 && < 3.5 , vector >= 0.10 && < 0.12 hs-source-dirs: src ghc-options: -Wall if flag(devel) ghc-options: -Werror default-language: Haskell2010