https://github.com/stla/hypergeom
Hypergeometric function of a matrix argument. This library is not maintained anymore; use <https://github.com/stla/hypergeomPFQ> instead.
https://github.com/stla/hypergeom
haskell hypergeometric hypergeometric-function
Last synced: 11 months ago
JSON representation
Hypergeometric function of a matrix argument. This library is not maintained anymore; use <https://github.com/stla/hypergeomPFQ> instead.
- Host: GitHub
- URL: https://github.com/stla/hypergeom
- Owner: stla
- Created: 2019-08-14T17:31:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-13T18:22:50.000Z (over 6 years ago)
- Last Synced: 2025-02-06T16:05:49.247Z (about 1 year ago)
- Topics: haskell, hypergeometric, hypergeometric-function
- Language: Haskell
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hypergeom
### Evaluation of the "pFq" hypergeometric function of a matrix argument (Koev & Edelman algorithm)
Use the `Hypergeom12` module or the `Hypergeom13` module.
`Hypergeom12` uses unboxed arrays while `Hypergeom13` uses boxed arrays.
`Hypergeom13` allows to input rational parameters.