|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.application.IdealWithUniv<C>
edu.jas.application.IdealWithRealRoots<C>
public class IdealWithRealRoots<C extends GcdRingElem<C>>
Container for Ideals together with univariate polynomials and real roots.
Field Summary | |
---|---|
java.util.List<java.util.List<BigDecimal>> |
rroots
The list of real roots. |
Fields inherited from class edu.jas.application.IdealWithUniv |
---|
ideal, others, upolys |
Constructor Summary | |
---|---|
protected |
IdealWithRealRoots()
Constructor not for use. |
|
IdealWithRealRoots(Ideal<C> id,
java.util.List<GenPolynomial<C>> up,
java.util.List<java.util.List<BigDecimal>> rr)
Constructor. |
|
IdealWithRealRoots(IdealWithUniv<C> iu,
java.util.List<java.util.List<BigDecimal>> rr)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
toScript()
Get a scripting compatible string representation. |
java.lang.String |
toString()
String representation of the ideal. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final java.util.List<java.util.List<BigDecimal>> rroots
Constructor Detail |
---|
protected IdealWithRealRoots()
public IdealWithRealRoots(Ideal<C> id, java.util.List<GenPolynomial<C>> up, java.util.List<java.util.List<BigDecimal>> rr)
id
- the idealup
- the list of univaraite polynomialsrr
- the list of real rootspublic IdealWithRealRoots(IdealWithUniv<C> iu, java.util.List<java.util.List<BigDecimal>> rr)
iu
- the ideal with univariate polynomialsrr
- the list of real rootsMethod Detail |
---|
public java.lang.String toString()
toString
in class IdealWithUniv<C extends GcdRingElem<C>>
Object.toString()
public java.lang.String toScript()
toScript
in class IdealWithUniv<C extends GcdRingElem<C>>
Element.toScript()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |