Package edu.jas.fd

Class GreatestCommonDivisorSimple<C extends GcdRingElem<C>>

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

    public class GreatestCommonDivisorSimple<C extends GcdRingElem<C>>
    extends GreatestCommonDivisorAbstract<C>
    (Non-unique) factorization domain greatest common divisor common algorithms with monic polynomial remainder sequence. If C is a field, then the monic PRS (on coefficients) is computed otherwise no simplifications in the reduction are made.
    See Also:
    Serialized Form