Cabal-Version: 2.2 Name: comfort-blas Version: 0.1 License: BSD-3-Clause License-File: LICENSE Author: Henning Thielemann Maintainer: Henning Thielemann Homepage: https://hub.darcs.net/thielema/comfort-blas/ Category: Math Synopsis: Numerical Basic Linear Algebra using BLAS Description: This is a high-level interface to BLAS. It provides support for working on slices of arrays. Tested-With: GHC==7.4.2, GHC==7.8.4, GHC==8.6.5, GHC==9.4.5 Build-Type: Simple Extra-Source-Files: Makefile Changes.md -- ReadMe.md -- test-module.list Source-Repository this Tag: 0.1 Type: darcs Location: https://hub.darcs.net/thielema/comfort-blas/ Source-Repository head Type: darcs Location: https://hub.darcs.net/thielema/comfort-blas/ Library Build-Depends: blas-ffi >=0.0 && <0.2, cblas-ffi >=0.0 && <0.1, netlib-ffi >=0.1.2 && <0.2, comfort-array >=0.5.5 && <0.6, storablevector >=0.2 && <0.3, guarded-allocation >=0.0 && <0.1, non-empty >=0.3.1 && <0.4, containers >=0.4 && <0.8, semigroups >=0.19 && <0.21, primitive >=0.7.3 && <0.10, deepseq >=1.3 && <1.7, transformers >=0.4 && <0.7, utility-ht >=0.0.13 && <0.1, base >=4.5 && <5 Default-Language: Haskell98 GHC-Options: -Wall Hs-Source-Dirs: src Exposed-Modules: Numeric.BLAS.Matrix.RowMajor Numeric.BLAS.Matrix.RowMajor.Square Numeric.BLAS.Matrix.RowMajor.Block Numeric.BLAS.Matrix.RowMajor.Mutable Numeric.BLAS.Matrix.Transposable Numeric.BLAS.Slice Numeric.BLAS.Vector.Slice Numeric.BLAS.Vector.Chunk Numeric.BLAS.Vector.Mutable Numeric.BLAS.Vector Numeric.BLAS.Scalar Numeric.BLAS.Subobject.Shape Numeric.BLAS.Subobject.Layout Numeric.BLAS.Subobject.View Numeric.BLAS.Subobject.View.Matrix -- Numeric.BLAS.Shape Other-Modules: -- Numeric.BLAS.Vector.Private Numeric.BLAS.Matrix.TransposablePrivate Numeric.BLAS.Vector.SlicePrivate Numeric.BLAS.Private Test-Suite comfort-blas-test Type: exitcode-stdio-1.0 Build-Depends: comfort-blas, netlib-ffi, comfort-array >=0.5.3, doctest-exitcode-stdio >=0.0 && <0.1, doctest-lib >=0.1 && <0.2, QuickCheck >=2.5 && <3, -- ChasingBottoms >=1.2.2 && <1.4, -- transformers, -- semigroups, containers, utility-ht, base Default-Language: Haskell98 GHC-Options: -Wall Hs-Source-Dirs: test Main-Is: Main.hs Other-Modules: Test.Float.Numeric.BLAS.Matrix.RowMajor Test.Double.Numeric.BLAS.Matrix.RowMajor Test.ComplexFloat.Numeric.BLAS.Matrix.RowMajor Test.ComplexDouble.Numeric.BLAS.Matrix.RowMajor Test.Float.Numeric.BLAS.Matrix.RowMajor.Square Test.Double.Numeric.BLAS.Matrix.RowMajor.Square Test.ComplexFloat.Numeric.BLAS.Matrix.RowMajor.Square Test.ComplexDouble.Numeric.BLAS.Matrix.RowMajor.Square Test.Float.Numeric.BLAS.Matrix.RowMajor.Block Test.Double.Numeric.BLAS.Matrix.RowMajor.Block Test.ComplexFloat.Numeric.BLAS.Matrix.RowMajor.Block Test.ComplexDouble.Numeric.BLAS.Matrix.RowMajor.Block Test.Float.Numeric.BLAS.Matrix.RowMajor.Mutable Test.Double.Numeric.BLAS.Matrix.RowMajor.Mutable Test.ComplexFloat.Numeric.BLAS.Matrix.RowMajor.Mutable Test.ComplexDouble.Numeric.BLAS.Matrix.RowMajor.Mutable Test.Float.Numeric.BLAS.Matrix.TransposablePrivate Test.Double.Numeric.BLAS.Matrix.TransposablePrivate Test.ComplexFloat.Numeric.BLAS.Matrix.TransposablePrivate Test.ComplexDouble.Numeric.BLAS.Matrix.TransposablePrivate Test.Float.Numeric.BLAS.Vector.Slice Test.Double.Numeric.BLAS.Vector.Slice Test.ComplexFloat.Numeric.BLAS.Vector.Slice Test.ComplexDouble.Numeric.BLAS.Vector.Slice Test.Float.Numeric.BLAS.Vector Test.Double.Numeric.BLAS.Vector Test.ComplexFloat.Numeric.BLAS.Vector Test.ComplexDouble.Numeric.BLAS.Vector Test.Float.Main Test.Double.Main Test.ComplexFloat.Main Test.ComplexDouble.Main -- Test.Numeric.BLAS.Slice Test.Numeric.BLAS.Subobject.View Test.Numeric.BLAS.Subobject.View.Matrix Test.Main Test.Type Test.Slice Test.Generator Test.Utility