An open API service indexing awesome lists of open source software.

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)

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.