Package edu.jas.fd

Class GreatestCommonDivisorFake<C extends GcdRingElem<C>>

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

    public class GreatestCommonDivisorFake<C extends GcdRingElem<C>>
    extends GreatestCommonDivisorAbstract<C>
    (Non-unique) factorization domain greatest common divisor common algorithms with monic polynomial remainder sequence. Fake implementation always returns 1 for any gcds.
    See Also:
    Serialized Form