|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jas.application.IdealWithUniv<D>
edu.jas.application.IdealWithRealAlgebraicRoots<C,D>
public class IdealWithRealAlgebraicRoots<C extends RingElem<C> & Rational,D extends GcdRingElem<D> & Rational>
Container for Ideals together with univariate polynomials and real algebraic roots.
| Field Summary | |
|---|---|
protected java.util.List<java.util.List<BigDecimal>> |
droots
The list of decimal approximations of the real algebraic roots. |
java.util.List<java.util.List<RealAlgebraicNumber<D>>> |
ran
The list of real algebraic roots. |
| Fields inherited from class edu.jas.application.IdealWithUniv |
|---|
ideal, others, upolys |
| Constructor Summary | |
|---|---|
protected |
IdealWithRealAlgebraicRoots()
Constructor not for use. |
|
IdealWithRealAlgebraicRoots(Ideal<D> id,
java.util.List<GenPolynomial<D>> up,
java.util.List<java.util.List<RealAlgebraicNumber<D>>> rr)
Constructor. |
|
IdealWithRealAlgebraicRoots(IdealWithUniv<D> iu,
java.util.List<java.util.List<RealAlgebraicNumber<D>>> rr)
Constructor. |
| Method Summary | |
|---|---|
java.util.List<java.util.List<BigDecimal>> |
decimalApproximation()
Get decimal approximation of the real root tuples. |
void |
doDecimalApproximation()
compute decimal approximation of the real root tuples. |
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<RealAlgebraicNumber<D extends GcdRingElem<D> & Rational>>> ran
protected java.util.List<java.util.List<BigDecimal>> droots
| Constructor Detail |
|---|
protected IdealWithRealAlgebraicRoots()
public IdealWithRealAlgebraicRoots(Ideal<D> id,
java.util.List<GenPolynomial<D>> up,
java.util.List<java.util.List<RealAlgebraicNumber<D>>> rr)
id - the idealup - the list of univaraite polynomialsrr - the list of real algebraic roots
public IdealWithRealAlgebraicRoots(IdealWithUniv<D> iu,
java.util.List<java.util.List<RealAlgebraicNumber<D>>> rr)
iu - the ideal with univariate polynomialsrr - the list of real algebraic roots| Method Detail |
|---|
public java.lang.String toString()
toString in class IdealWithUniv<D extends GcdRingElem<D> & Rational>Object.toString()public java.lang.String toScript()
toScript in class IdealWithUniv<D extends GcdRingElem<D> & Rational>Element.toScript()public java.util.List<java.util.List<BigDecimal>> decimalApproximation()
public void doDecimalApproximation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||