Uses of Class
edu.jas.application.AlgebraicRootsPrimElem
Packages that use AlgebraicRootsPrimElem
-
Uses of AlgebraicRootsPrimElem in edu.jas.application
Methods in edu.jas.application that return AlgebraicRootsPrimElemModifier and TypeMethodDescriptionAlgebraicRootsPrimElem.copy()
Copy this.static <C extends GcdRingElem<C> & Rational>
AlgebraicRootsPrimElem<C> RootFactoryApp.rootReduce
(AlgebraicNumberRing<C> a, AlgebraicNumberRing<C> b) Root reduce of real and complex algebraic numbers.static <C extends GcdRingElem<C> & Rational>
AlgebraicRootsPrimElem<C> RootFactoryApp.rootReduce
(GenPolynomial<C> a, GenPolynomial<C> b) Root reduce of real and complex algebraic numbers.static <C extends GcdRingElem<C> & Rational>
AlgebraicRootsPrimElem<C> RootFactoryApp.rootReduce
(AlgebraicRoots<C> a, AlgebraicRoots<C> b) Root reduce of real and complex algebraic numbers.static <C extends GcdRingElem<C> & Rational>
AlgebraicRootsPrimElem<C> RootFactoryApp.rootsOfUnity
(AlgebraicRootsPrimElem<C> ar) Roots of unity of real and complex algebraic numbers.Methods in edu.jas.application with parameters of type AlgebraicRootsPrimElemModifier and TypeMethodDescriptionstatic <C extends GcdRingElem<C> & Rational>
AlgebraicRootsPrimElem<C> RootFactoryApp.rootsOfUnity
(AlgebraicRootsPrimElem<C> ar) Roots of unity of real and complex algebraic numbers.