Package edu.jas.fd

Interface GreatestCommonDivisor<C extends GcdRingElem<C>>

Type Parameters:
C - coefficient type
All Superinterfaces:
Serializable
All Known Implementing Classes:
GreatestCommonDivisorAbstract, GreatestCommonDivisorFake, GreatestCommonDivisorPrimitive, GreatestCommonDivisorSimple, GreatestCommonDivisorSyzygy, SGCDParallelProxy

public interface GreatestCommonDivisor<C extends GcdRingElem<C>> extends Serializable
(Non-unique) factorization domain greatest common divisor algorithm interface.
  • Method Details