Uses of Class
edu.jas.application.IdealWithRealRoots
-
Packages that use IdealWithRealRoots Package Description edu.jas.application Groebner base application package. -
-
Uses of IdealWithRealRoots in edu.jas.application
Methods in edu.jas.application that return types with arguments of type IdealWithRealRoots Modifier and Type Method Description static <D extends GcdRingElem<D> & Rational>
java.util.List<IdealWithRealRoots<D>>PolyUtilApp. realRoots(Ideal<D> G, BigRational eps)
Construct superset of real roots for zero dimensional ideal(G).static <D extends GcdRingElem<D> & Rational>
java.util.List<IdealWithRealRoots<D>>PolyUtilApp. realRoots(java.util.List<IdealWithUniv<D>> Il, BigRational eps)
Construct superset of real roots for zero dimensional ideal(G).
-