Package edu.jas.ufd
Class FactorsList<C extends GcdRingElem<C>>
java.lang.Object
edu.jas.ufd.FactorsList<C>
- Type Parameters:
C
- coefficient type
- All Implemented Interfaces:
Serializable
Container for the factors of a squarefree factorization.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFactorsList
(GenPolynomial<C> p, List<GenPolynomial<C>> list) Constructor.FactorsList
(GenPolynomial<C> p, List<GenPolynomial<C>> list, List<Factors<C>> alist) Constructor. -
Method Summary
-
Field Details
-
poly
Original polynomial to be factored with coefficients from C. -
factors
List of factors with coefficients from C. -
afactors
List of factors with coefficients from AlgebraicNumberRings.
-
-
Constructor Details
-
FactorsList
Constructor.- Parameters:
p
- given GenPolynomial over C.list
- irreducible factors of p with coefficients from C.
-
FactorsList
Constructor.- Parameters:
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 Details
-
toString
Get the String representation. -
toScript
Get a scripting compatible string representation.- Returns:
- script compatible representation for this container.
- See Also:
-
findExtensionField
Find largest extension field.- Returns:
- largest extension field or null if no extension field
-