FunctionSpaceReduce(R, F)ΒΆ
pfo.spad line 195 [edit on github]
R: Join(Comparable, IntegralDomain, RetractableTo Integer)
F: FunctionSpace R
This package provides function which replaces transcendental kernels in a function space by random integers. The correspondence between the kernels and the integers is fixed between calls to newReduc().
- bringDown: (F, Kernel F) -> SparseUnivariatePolynomial Fraction Integer
bringDown(f, k)
is like bringDown(f
) butk
is algebraic kernel and the result is reduced modulo minimal polynomial ofk
.