padiclib.spad line 88 [edit on github]
Modular helpers for computing integral bases.
chineseRemainder(lu, lr, n)
is undocumented
factorList(k, n, m, j)
is undocumented
listConjugateBases(bas, q, n)
returns the list [bas, bas^Frob, bas^(Frob^2), ...bas^(Frob^(n-1))]
, where Frob
raises the coefficients of all polynomials appearing in the basis bas
to the q
th power.