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

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.

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.