Expand description
Contains algorithms for computing resultants.
Traits§
- Compute
Resultant Ring unstable-enable
- Trait for rings that support computing resultants of polynomials over the ring.
Functions§
- resultant_
finite_ field unstable-enable
- Computes the resultant of two polynomials
f
andg
over a finite field. - resultant_
global Deprecated - Computes the resultant of
f
andg
over the base ring, using a direct variant of Eulid’s algorithm.