Uses of Class
edu.jas.root.AlgebraicRoots
Packages that use AlgebraicRoots
Package
Description
Groebner base application package.
Real and Complex Root Computation package.
-
Uses of AlgebraicRoots in edu.jas.application
Subclasses of AlgebraicRoots in edu.jas.applicationModifier and TypeClassDescriptionclass
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 AlgebraicRootsModifier and TypeMethodDescriptionstatic <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 AlgebraicRootsModifierConstructorDescriptionAlgebraicRootsPrimElem
(AlgebraicRoots<C> ar, PrimitiveElement<C> pe) Constructor.AlgebraicRootsPrimElem
(AlgebraicRoots<C> ar, PrimitiveElement<C> pe, List<AlgebraicNumber<C>> ru) Constructor. -
Uses of AlgebraicRoots in edu.jas.root
Methods in edu.jas.root that return AlgebraicRootsModifier and TypeMethodDescriptionstatic <C extends GcdRingElem<C> & Rational>
AlgebraicRoots<C> RootFactory.algebraicRoots
(GenPolynomial<C> f) Roots as real and complex algebraic numbers.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 AlgebraicRootsModifier and TypeMethodDescriptionstatic <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.