regset.spad line 717 [edit on github]
An internal package for computing gcds and resultants of univariate polynomials with coefficients in a tower of simple extensions of a field.
integralLastSubResultant(p1, p2, ts)
is an internal subroutine, exported only for development.
internalLastSubResultant(p1, p2, ts, inv?, break?)
is an internal subroutine, exported only for development.
internalLastSubResultant(lpwt, v, flag)
is an internal subroutine, exported only for development.
prepareSubResAlgo(p1, p2, ts)
is an internal subroutine, exported only for development.
startTableGcd!(s1, s2, s3)
is an internal subroutine, exported only for development.
startTableInvSet!(s1, s2, s3)
is an internal subroutine, exported only for development.
stopTableGcd!()
is an internal subroutine, exported only for development.
stopTableInvSet!()
is an internal subroutine, exported only for development.
toseInvertible?(p1, p2, ts)
has the same specifications as invertible?.
toseInvertible?(p1, p2, ts)
has the same specifications as invertible?.
toseInvertibleSet(p1, p2, ts)
has the same specifications as invertibleSet.
toseLastSubResultant(p1, p2, ts)
has the same specifications as lastSubResultant.
toseSquareFreePart(p, ts)
has the same specifications as squareFreePart.