Package edu.jas.fd

Class GreatestCommonDivisorSyzygy<C extends GcdRingElem<C>>

  • Type Parameters:
    C - coefficient type
    All Implemented Interfaces:
    GreatestCommonDivisor<C>, java.io.Serializable

    public class GreatestCommonDivisorSyzygy<C extends GcdRingElem<C>>
    extends GreatestCommonDivisorAbstract<C>
    (Non-unique) factorization domain greatest common divisor common algorithms with syzygy computation. The implementation uses solvable syzygy gcd computation.
    See Also:
    Serialized Form