Uses of Interface
edu.jas.fd.GreatestCommonDivisor
Packages that use GreatestCommonDivisor
-
Uses of GreatestCommonDivisor in edu.jas.fd
Classes in edu.jas.fd that implement GreatestCommonDivisorModifier and TypeClassDescriptionclass
GreatestCommonDivisorAbstract<C extends GcdRingElem<C>>
(Non-unique) factorization domain greatest common divisor common algorithms.class
GreatestCommonDivisorFake<C extends GcdRingElem<C>>
(Non-unique) factorization domain greatest common divisor common algorithms with monic polynomial remainder sequence.class
GreatestCommonDivisorPrimitive<C extends GcdRingElem<C>>
(Non-unique) factorization domain greatest common divisor common algorithms with primitive polynomial remainder sequence.class
GreatestCommonDivisorSimple<C extends GcdRingElem<C>>
(Non-unique) factorization domain greatest common divisor common algorithms with monic polynomial remainder sequence.class
GreatestCommonDivisorSyzygy<C extends GcdRingElem<C>>
(Non-unique) factorization domain greatest common divisor common algorithms with syzygy computation.class
SGCDParallelProxy<C extends GcdRingElem<C>>
Solvable greatest common divisor parallel proxy.