https://github.com/stla/hypergeompfq
Evaluation of the hypergeometric function of a matrix argument (Koev & Edelman's algorithm)
https://github.com/stla/hypergeompfq
haskell hypergeometric-function special-functions
Last synced: 4 months ago
JSON representation
Evaluation of the hypergeometric function of a matrix argument (Koev & Edelman's algorithm)
- Host: GitHub
- URL: https://github.com/stla/hypergeompfq
- Owner: stla
- Created: 2019-09-14T07:44:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-24T12:26:33.000Z (over 5 years ago)
- Last Synced: 2025-02-06T16:05:48.658Z (about 1 year ago)
- Topics: haskell, hypergeometric-function, special-functions
- Language: Haskell
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hypergeomPFQ
## Evaluation of the hypergeometric function of a matrix argument (Koev & Edelman's algorithm)
The module `HypergeomU` uses unboxed arrays, while `Hypergeom` uses boxed arrays.
`Hypergeom` allows to input rational parameters.
`Hypergeom2` is like `Hypergeom` but it prevents `alpha` to be a complex number
(see ).
### Reference
Koev & Edelman. *The efficient evaluation of the hypergeometric function of a matrix argument*.
Mathematics of computation, vol. 75, n. 254, 833-846, 2006.