SchurCPP
, JackCPP
,
ZonalCPP
and ZonalQCPP
) are not restricted to
rational numbers: they also allow double numbers.SchurCPP
, JackCPP
,
ZonalCPP
and ZonalQCPP
.Changed C++20 to C++17.
SchurPolCPP
, JackPolCPP
,
ZonalPolCPP
and ZonalQPolCPP
. It is faster
than the Julia implementation.Now one can use a bigq
number for alpha
in JackPol
, thanks to the ‘gmpoly’ package, and one can use
exact=TRUE
with algorithm=DK
for
ZonalPol
, ZonalQPol
and
SchurPol
.
Now one can get a gmpoly
polynomial with
Julia.
Jack_julia
, to evaluate the polynomials
with Julia.Fixed a test of empty partition
Added more checks of parameters validity
Added more unit tests
Improved documentation