Package edu.jas.ufd

Class GreatestCommonDivisorFake<C extends GcdRingElem<C>>

java.lang.Object
edu.jas.ufd.GreatestCommonDivisorAbstract<C>
edu.jas.ufd.GreatestCommonDivisorFake<C>
All Implemented Interfaces:
GreatestCommonDivisor<C>, Serializable

public class GreatestCommonDivisorFake<C extends GcdRingElem<C>> extends GreatestCommonDivisorAbstract<C>
Greatest common divisor algorithms with gcd always 1. The computation is faked as the gcd is always 1.
See Also: