|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jas.ufd.FactorsList<C>
C - coefficient typepublic class FactorsList<C extends GcdRingElem<C>>
Container for the factors of a squarefree factorization.
| Field Summary | |
|---|---|
java.util.List<Factors<C>> |
afactors
List of factors with coefficients from AlgebraicNumberRings. |
java.util.List<GenPolynomial<C>> |
factors
List of factors with coefficients from C. |
GenPolynomial<C> |
poly
Original polynomial to be factored with coefficients from C. |
| Constructor Summary | |
|---|---|
FactorsList(GenPolynomial<C> p,
java.util.List<GenPolynomial<C>> list)
Constructor. |
|
FactorsList(GenPolynomial<C> p,
java.util.List<GenPolynomial<C>> list,
java.util.List<Factors<C>> alist)
Constructor. |
|
| Method Summary | |
|---|---|
AlgebraicNumberRing<C> |
findExtensionField()
Find largest extension field. |
java.lang.String |
toScript()
Get a scripting compatible string representation. |
java.lang.String |
toString()
Get the String representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final GenPolynomial<C extends GcdRingElem<C>> poly
public final java.util.List<GenPolynomial<C extends GcdRingElem<C>>> factors
public final java.util.List<Factors<C extends GcdRingElem<C>>> afactors
| Constructor Detail |
|---|
public FactorsList(GenPolynomial<C> p,
java.util.List<GenPolynomial<C>> list)
p - given GenPolynomial over C.list - irreducible factors of p with coefficients from C.
public FactorsList(GenPolynomial<C> p,
java.util.List<GenPolynomial<C>> list,
java.util.List<Factors<C>> alist)
p - given GenPolynomial over C.list - irreducible factors of p with coefficients from C.alist - irreducible factors of p with coefficients from an algebraic
number field.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public java.lang.String toScript()
ElemFactory.toScript()public AlgebraicNumberRing<C> findExtensionField()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||