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