hmatrix: Numeric Linear Algebra
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
Linear systems, matrix decompositions, and other numerical computations based on BLAS and LAPACK.
Standard interface: Numeric.LinearAlgebra.
Safer interface with statically checked dimensions: Numeric.LinearAlgebra.Static.
Code examples: http://dis.um.es/~alberto/hmatrix/hmatrix.html
Properties
Versions | 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.4.0.0, 0.5.0.1, 0.5.1.1, 0.5.2.0, 0.5.2.1, 0.5.2.2, 0.6.0.0, 0.7.1.0, 0.7.2.1, 0.8.0.0, 0.8.1.0, 0.8.1.1, 0.8.2.0, 0.8.3.1, 0.9.3.0, 0.10.0.0, 0.10.0.1, 0.10.0.2, 0.11.0.0, 0.11.0.1, 0.11.0.3, 0.11.0.4, 0.11.1.0, 0.12.0.0, 0.12.0.1, 0.12.0.2, 0.13.0.0, 0.13.1.0, 0.14.0.0, 0.14.0.1, 0.14.1.0, 0.15.0.0, 0.15.0.1, 0.15.2.0, 0.15.2.1, 0.16.0.2, 0.16.0.3, 0.16.0.4, 0.16.0.5, 0.16.0.6, 0.16.1.0, 0.16.1.1, 0.16.1.2, 0.16.1.3, 0.16.1.4, 0.16.1.5, 0.17.0.1, 0.17.0.2, 0.17.0.2, 0.18.0.0, 0.18.1.0, 0.18.2.0, 0.19.0.0, 0.20.0.0, 0.20.1, 0.20.2 |
---|---|
Change log | CHANGELOG |
Dependencies | array, base (>=4.8 && <5), binary, bytestring, deepseq, random, split, storable-complex, vector (>=0.8) [details] |
License | BSD-3-Clause |
Author | Alberto Ruiz |
Maintainer | Alberto Ruiz |
Category | Math |
Home page | https://github.com/albertoruiz/hmatrix |
Source repo | head: git clone https://github.com/albertoruiz/hmatrix |
Uploaded | by AlbertoRuiz at 2016-05-28T11:41:47Z |
Modules
[Index]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
openblas | Link with OpenBLAS (https:/github.comxianyi/OpenBLAS) optimized libraries. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hmatrix-0.17.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees