No change for the user. Only some modifications in the unit tests have been done, which were necessary because of an update of the jack package.
Switched to C++ 17.
Fixed a mistake in the C++ code.
-
The C++ code has been rewritten with
RcppEigeninstead ofRcppArmadillo, and it is faster. -
New function
hypergeomPFQ_julia, to evaluate the hypergeometric function of a matrix argument with Julia. This is faster than theRcppway. Of course, this requires Julia.
Speed improvement.
The package now uses Rcpp to evaluate the hypergeometric function in all cases,
for real or complex values of the arguments.
The package now uses Rcpp to evaluate the hypergeometric function when none
of its arguments is a complex number.
-
Fixed
lmvgammafor complex values -
Allows complex values
zwithRe(z)<0inmvgamma -
Added more unit tests
First release.