Package edu.jas.ufd

Class GreatestCommonDivisorPrimitive<C extends GcdRingElem<C>>

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

public class GreatestCommonDivisorPrimitive<C extends GcdRingElem<C>> extends GreatestCommonDivisorAbstract<C>
Greatest common divisor algorithms with primitive polynomial remainder sequence.
See Also: