Uses of Class
edu.jas.root.AlgebraicRoots
-
Packages that use AlgebraicRoots Package Description edu.jas.application Groebner base application package.edu.jas.root Real and Complex Root Computation package. -
-
Uses of AlgebraicRoots in edu.jas.application
Subclasses of AlgebraicRoots in edu.jas.application Modifier and Type Class Description class
AlgebraicRootsPrimElem<C extends GcdRingElem<C> & Rational>
Container for the real and complex algebraic roots of a univariate polynomial together with primitive element.Methods in edu.jas.application with parameters of type AlgebraicRoots Modifier and Type Method Description static <C extends GcdRingElem<C> & Rational>
AlgebraicRootsPrimElem<C>RootFactoryApp. rootReduce(AlgebraicRoots<C> a, AlgebraicRoots<C> b)
Root reduce of real and complex algebraic numbers.Constructors in edu.jas.application with parameters of type AlgebraicRoots Constructor Description AlgebraicRootsPrimElem(AlgebraicRoots<C> ar, PrimitiveElement<C> pe)
Constructor.AlgebraicRootsPrimElem(AlgebraicRoots<C> ar, PrimitiveElement<C> pe, java.util.List<AlgebraicNumber<C>> ru)
Constructor. -
Uses of AlgebraicRoots in edu.jas.root
Methods in edu.jas.root that return AlgebraicRoots Modifier and Type Method Description static <C extends GcdRingElem<C> & Rational>
AlgebraicRoots<C>RootFactory. algebraicRoots(GenPolynomial<C> f)
Roots as real and complex algebraic numbers.AlgebraicRoots<C>
AlgebraicRoots. copy()
Copy this.static <C extends GcdRingElem<C> & Rational>
AlgebraicRoots<C>RootFactory. rootsOfUnity(AlgebraicRoots<C> ar)
Roots of unity of real and complex algebraic numbers.Methods in edu.jas.root with parameters of type AlgebraicRoots Modifier and Type Method Description static <C extends GcdRingElem<C> & Rational>
DecimalRoots<C>RootFactory. decimalRoots(AlgebraicRoots<C> ar, BigRational eps)
Roots as real and complex decimal numbers.static <C extends GcdRingElem<C> & Rational>
voidRootFactory. rootRefine(AlgebraicRoots<C> a, BigRational eps)
Root refinement of real and complex algebraic numbers.static <C extends GcdRingElem<C> & Rational>
AlgebraicRoots<C>RootFactory. rootsOfUnity(AlgebraicRoots<C> ar)
Roots of unity of real and complex algebraic numbers.
-