Uses of Class
edu.jas.application.IdealWithComplexAlgebraicRoots
Packages that use IdealWithComplexAlgebraicRoots
-
Uses of IdealWithComplexAlgebraicRoots in edu.jas.application
Methods in edu.jas.application that return IdealWithComplexAlgebraicRootsModifier and TypeMethodDescriptionstatic <D extends GcdRingElem<D> & Rational>
IdealWithComplexAlgebraicRoots<D> PolyUtilApp.complexAlgebraicRoots
(IdealWithUniv<D> I) Construct complex roots for zero dimensional ideal(G).Methods in edu.jas.application that return types with arguments of type IdealWithComplexAlgebraicRootsModifier and TypeMethodDescriptionstatic <D extends GcdRingElem<D> & Rational>
List<IdealWithComplexAlgebraicRoots<D>> PolyUtilApp.complexAlgebraicRoots
(Ideal<D> I) Construct exact set of complex roots for zero dimensional ideal(G).static <D extends GcdRingElem<D> & Rational>
List<IdealWithComplexAlgebraicRoots<D>> PolyUtilApp.complexAlgebraicRoots
(List<IdealWithUniv<D>> I) Construct complex roots for zero dimensional ideal(G).