name: blas version: 0.4 license: BSD3 copyright: (c) 2008. Patrick Perry maintainer: Patrick Perry stability: homepage: http://stat.stanford.edu/~patperry/code/blas package-url: description: The BLAS (Basic Linear Algebra Subprograms) are routines that provide standard building blocks for performing basic vector and matrix operations. The Level 1 BLAS perform scalar, vector and vector-vector operations, the Level 2 BLAS perform matrix-vector operations, and the Level 3 BLAS perform matrix-matrix operations. Because the BLAS are efficient, portable, and widely available, they are commonly used in the development of high quality linear algebra software, LAPACK for example. . For more information, see the Netlib BLAS webpage: category: Math author: Patrick Perry exposed: True exposed-modules: BLAS.Access BLAS.C BLAS.C.Level1 BLAS.C.Level2 BLAS.C.Level3 BLAS.C.Types BLAS.Elem BLAS.Elem.Base BLAS.Internal BLAS.Matrix BLAS.Matrix.Base BLAS.Matrix.Immutable BLAS.Matrix.ReadOnly BLAS.Matrix.Solve BLAS.Matrix.Solve.Immutable BLAS.Matrix.Solve.ReadOnly BLAS.Tensor BLAS.Tensor.Base BLAS.Tensor.Dense BLAS.Tensor.Dense.Immutable BLAS.Tensor.Dense.ReadOnly BLAS.Tensor.Immutable BLAS.Tensor.ReadOnly BLAS.Tensor.Mutable BLAS.Tensor.Scalable BLAS.Types BLAS.Vector Data.Matrix.Dense Data.Matrix.Dense.IO Data.Matrix.Dense.Internal Data.Matrix.Dense.Operations Data.Matrix.Herm Data.Matrix.Herm.Dense Data.Matrix.Tri Data.Matrix.Tri.Dense Data.Vector.Dense Data.Vector.Dense.IO Data.Vector.Dense.Internal Data.Vector.Dense.Operations Test.QuickCheck.Complex Test.QuickCheck.Vector Test.QuickCheck.Vector.Dense Test.QuickCheck.Matrix Test.QuickCheck.Matrix.Dense Test.QuickCheck.Matrix.Herm.Dense Test.QuickCheck.Matrix.Tri.Dense hidden-modules: BLAS.C.Double BLAS.C.Zomplex import-dirs: /home/patperry/lib/blas-0.4/ghc-6.8.2 library-dirs: /home/patperry/lib/blas-0.4/ghc-6.8.2 hs-libraries: HSblas-0.4 extra-libraries: blas extra-ghci-libraries: include-dirs: includes: depends: base-3.0.1.0 ieee-0.1 storable-complex-0.1 QuickCheck-1.1.0.0 hugs-options: cc-options: ld-options: framework-dirs: frameworks: haddock-interfaces: /home/patperry/share/doc/blas-0.4/html/blas.haddock haddock-html: /home/patperry/share/doc/blas-0.4/html