Uses of Class
edu.jas.application.IdealWithRealAlgebraicRoots
Packages that use IdealWithRealAlgebraicRoots
-
Uses of IdealWithRealAlgebraicRoots in edu.jas.application
Methods in edu.jas.application that return IdealWithRealAlgebraicRootsModifier and TypeMethodDescriptionstatic <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 IdealWithRealAlgebraicRootsModifier and TypeMethodDescriptionstatic <D extends GcdRingElem<D> & Rational>
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>
List<IdealWithRealAlgebraicRoots<D>> PolyUtilApp.realAlgebraicRoots
(List<IdealWithUniv<D>> I) Construct real roots for zero dimensional ideal(G).