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