-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 783 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Type: Package
Package: HypergeoMat
Title: Hypergeometric Function of a Matrix Argument
Version: 4.0.3
Author: Stéphane Laurent
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Description: Evaluates the hypergeometric functions of a matrix argument,
which appear in random matrix theory. This is an implementation of
Koev & Edelman's algorithm (2006) <doi:10.1090/S0025-5718-06-01824-2>.
License: GPL-3
URL: https://github.com/stla/HypergeoMat
BugReports: https://github.com/stla/HypergeoMat/issues
Imports:
EigenR,
gsl,
JuliaConnectoR,
Rcpp (>= 1.0.2)
Suggests:
Bessel,
jack,
knitr,
rmarkdown,
testthat
LinkingTo:
Rcpp,
RcppEigen
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.2.3
SystemRequirements: C++17