Class IdealWithRealRoots<C extends GcdRingElem<C>>
java.lang.Object
edu.jas.application.IdealWithUniv<C>
edu.jas.application.IdealWithRealRoots<C>
- All Implemented Interfaces:
Serializable
Container for Ideals together with univariate polynomials and real roots.
- See Also:
-
Field Summary
FieldsFields inherited from class IdealWithUniv
ideal, others, upolys -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor not for use.IdealWithRealRoots(Ideal<C> id, List<GenPolynomial<C>> up, List<List<BigDecimal>> rr) Constructor.IdealWithRealRoots(IdealWithUniv<C> iu, List<List<BigDecimal>> rr) Constructor. -
Method Summary
Methods inherited from class IdealWithUniv
asListOfIdeals
-
Field Details
-
rroots
The list of real roots.
-
-
Constructor Details
-
IdealWithRealRoots
protected IdealWithRealRoots()Constructor not for use. -
IdealWithRealRoots
Constructor.- Parameters:
id- the idealup- the list of univaraite polynomialsrr- the list of real roots
-
IdealWithRealRoots
Constructor.- Parameters:
iu- the ideal with univariate polynomialsrr- the list of real roots
-
-
Method Details
-
toString
String representation of the ideal.- Overrides:
toStringin classIdealWithUniv<C extends GcdRingElem<C>>- See Also:
-
toScript
Get a scripting compatible string representation.- Overrides:
toScriptin classIdealWithUniv<C extends GcdRingElem<C>>- Returns:
- script compatible representation for this Element.
- See Also:
-