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 RcppEigen
instead of RcppArmadillo
, and it is faster.
New function hypergeomPFQ_julia
, to evaluate the
hypergeometric function of a matrix argument with Julia. This is faster
than the Rcpp
way. 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 lmvgamma
for complex values
Allows complex values z
with Re(z)<0
in mvgamma
Added more unit tests
First release.