Package edu.jas.fd

Class GreatestCommonDivisorPrimitive<C extends GcdRingElem<C>>

java.lang.Object
edu.jas.fd.GreatestCommonDivisorAbstract<C>
edu.jas.fd.GreatestCommonDivisorPrimitive<C>
Type Parameters:
C - coefficient type
All Implemented Interfaces:
GreatestCommonDivisor<C>, Serializable

public class GreatestCommonDivisorPrimitive<C extends GcdRingElem<C>> extends GreatestCommonDivisorAbstract<C>
(Non-unique) factorization domain greatest common divisor common algorithms with primitive polynomial remainder sequence.
See Also: