public class IdealWithUniv<C extends GcdRingElem<C>> extends java.lang.Object implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
Ideal<C> |
ideal
The ideal.
|
java.util.List<GenPolynomial<C>> |
others
A list of other useful polynomials. 1) field extension polynomials, 2)
generators for infinite quotients.
|
java.util.List<GenPolynomial<C>> |
upolys
The list of univariate polynomials.
|
| Modifier | Constructor and Description |
|---|---|
protected |
IdealWithUniv()
Constructor not for use.
|
protected |
IdealWithUniv(Ideal<C> id,
java.util.List<GenPolynomial<C>> up)
Constructor.
|
protected |
IdealWithUniv(Ideal<C> id,
java.util.List<GenPolynomial<C>> up,
java.util.List<GenPolynomial<C>> og)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toScript()
Get a scripting compatible string representation.
|
java.lang.String |
toString()
String representation of the ideal.
|
public final Ideal<C extends GcdRingElem<C>> ideal
public final java.util.List<GenPolynomial<C extends GcdRingElem<C>>> upolys
public final java.util.List<GenPolynomial<C extends GcdRingElem<C>>> others
protected IdealWithUniv()
protected IdealWithUniv(Ideal<C> id, java.util.List<GenPolynomial<C>> up)
id - the idealup - the list of univariate polynomialsprotected IdealWithUniv(Ideal<C> id, java.util.List<GenPolynomial<C>> up, java.util.List<GenPolynomial<C>> og)
id - the idealup - the list of univariate polynomialsog - the list of other polynomialspublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public java.lang.String toScript()
Element.toScript()