|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.ufd.FactorAbstract<Quotient<C>>
edu.jas.ufd.FactorQuotient<C>
public class FactorQuotient<C extends GcdRingElem<C>>
Rational function coefficients factorization algorithms. This class
implements factorization methods for polynomials over rational functions,
that is, with coefficients from class application.Quotient
.
Field Summary | |
---|---|
protected FactorAbstract<C> |
nengine
Factorization engine for normal coefficients. |
Fields inherited from class edu.jas.ufd.FactorAbstract |
---|
engine, sengine |
Constructor Summary | |
---|---|
protected |
FactorQuotient()
No argument constructor. |
|
FactorQuotient(QuotientRing<C> fac)
Constructor. |
Method Summary | |
---|---|
java.util.List<GenPolynomial<Quotient<C>>> |
baseFactorsSquarefree(GenPolynomial<Quotient<C>> P)
GenPolynomial base factorization of a squarefree polynomial. |
java.util.List<GenPolynomial<Quotient<C>>> |
factorsSquarefree(GenPolynomial<Quotient<C>> P)
GenPolynomial factorization of a squarefree polynomial. |
Methods inherited from class edu.jas.ufd.FactorAbstract |
---|
baseFactors, baseFactorsRadical, basePrimitivePart, factors, factorsDegree, factorsRadical, factorsRadical, isFactorization, isFactorization, isIrreducible, isRecursiveFactorization, isReducible, isSquarefree, primitivePart, recursiveFactors, recursiveFactorsSquarefree, squarefreeFactors, squarefreePart, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final FactorAbstract<C extends GcdRingElem<C>> nengine
Constructor Detail |
---|
protected FactorQuotient()
public FactorQuotient(QuotientRing<C> fac)
fac
- coefficient quotient ring factory.Method Detail |
---|
public java.util.List<GenPolynomial<Quotient<C>>> baseFactorsSquarefree(GenPolynomial<Quotient<C>> P)
baseFactorsSquarefree
in class FactorAbstract<Quotient<C extends GcdRingElem<C>>>
P
- squarefree GenPolynomial.
public java.util.List<GenPolynomial<Quotient<C>>> factorsSquarefree(GenPolynomial<Quotient<C>> P)
factorsSquarefree
in interface Factorization<Quotient<C extends GcdRingElem<C>>>
factorsSquarefree
in class FactorAbstract<Quotient<C extends GcdRingElem<C>>>
P
- squarefree GenPolynomial.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |