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 TypeClassDescriptionclassGreatestCommonDivisorAbstract<C extends GcdRingElem<C>>(Non-unique) factorization domain greatest common divisor common algorithms.classGreatestCommonDivisorFake<C extends GcdRingElem<C>>(Non-unique) factorization domain greatest common divisor common algorithms with monic polynomial remainder sequence.classGreatestCommonDivisorPrimitive<C extends GcdRingElem<C>>(Non-unique) factorization domain greatest common divisor common algorithms with primitive polynomial remainder sequence.classGreatestCommonDivisorSimple<C extends GcdRingElem<C>>(Non-unique) factorization domain greatest common divisor common algorithms with monic polynomial remainder sequence.classGreatestCommonDivisorSyzygy<C extends GcdRingElem<C>>(Non-unique) factorization domain greatest common divisor common algorithms with syzygy computation.classSGCDParallelProxy<C extends GcdRingElem<C>>Solvable greatest common divisor parallel proxy.