|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jas.ufd.GreatestCommonDivisorAbstract<C>
edu.jas.ufd.GreatestCommonDivisorPrimitive<C>
public class GreatestCommonDivisorPrimitive<C extends GcdRingElem<C>>
Greatest common divisor algorithms with primitive polynomial remainder sequence.
| Constructor Summary | |
|---|---|
GreatestCommonDivisorPrimitive()
|
|
| Method Summary | |
|---|---|
GenPolynomial<C> |
baseGcd(GenPolynomial<C> P,
GenPolynomial<C> S)
Univariate GenPolynomial greatest comon divisor. |
GenPolynomial<GenPolynomial<C>> |
recursiveGcd(GenPolynomial<GenPolynomial<C>> P,
GenPolynomial<GenPolynomial<C>> S)
Univariate GenPolynomial recursive greatest comon divisor. |
| Methods inherited from class edu.jas.ufd.GreatestCommonDivisorAbstract |
|---|
baseContent, basePrimitivePart, baseSquarefreeFactors, baseSquarefreePart, content, divide, gcd, gcd, lcm, primitivePart, recursiveContent, recursivePrimitivePart, recursiveSquarefreeFactors, recursiveSquarefreePart, resultant, squarefreeFactors, squarefreePart |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GreatestCommonDivisorPrimitive()
| Method Detail |
|---|
public GenPolynomial<C> baseGcd(GenPolynomial<C> P,
GenPolynomial<C> S)
baseGcd in class GreatestCommonDivisorAbstract<C extends GcdRingElem<C>>P - univariate GenPolynomial.S - univariate GenPolynomial.
public GenPolynomial<GenPolynomial<C>> recursiveGcd(GenPolynomial<GenPolynomial<C>> P,
GenPolynomial<GenPolynomial<C>> S)
recursiveGcd in class GreatestCommonDivisorAbstract<C extends GcdRingElem<C>>P - univariate recursive GenPolynomial.S - univariate recursive GenPolynomial.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||