Uses of Class
edu.jas.root.RealAlgebraicRing
Packages that use RealAlgebraicRing
Package
Description
Groebner base application package.
Real and Complex Root Computation package.
Unique Factorization Domain and Roots package.
-
Uses of RealAlgebraicRing in edu.jas.application
Fields in edu.jas.application declared as RealAlgebraicRingModifier and TypeFieldDescriptionfinal RealAlgebraicRing<RealAlgebraicNumber<C>> RealAlgebraicRing.realRingRecursive real root ring.Methods in edu.jas.application with parameters of type RealAlgebraicRingModifier and TypeMethodDescriptionstatic <C extends GcdRingElem<C> & Rational>
FactorAbstract<RealAlgebraicNumber<C>> FactorFactory.getImplementation(RealAlgebraicRing<C> fac) Determine suitable implementation of factorization algorithms, case RealAlgebraicNumber<C>. -
Uses of RealAlgebraicRing in edu.jas.root
Fields in edu.jas.root declared as RealAlgebraicRingModifier and TypeFieldDescriptionfinal RealAlgebraicRing<C> RealAlgebraicNumber.ringRing part of the data structure.Methods in edu.jas.root that return RealAlgebraicRingModifier and TypeMethodDescriptionRealAlgebraicRing.copy()Copy this RealAlgebraicRing.RealAlgebraicNumber.factory()Get the corresponding element factory.Constructors in edu.jas.root with parameters of type RealAlgebraicRingModifierConstructorDescriptionThe constructor creates a RealAlgebraicNumber object from a GenPolynomial object module.The constructor creates a RealAlgebraicNumber object from RealAlgebraicRing modul and a AlgebraicNumber value.The constructor creates a RealAlgebraicNumber object from RealAlgebraicRing modul and a GenPolynomial value. -
Uses of RealAlgebraicRing in edu.jas.ufdroot
Constructors in edu.jas.ufdroot with parameters of type RealAlgebraicRingModifierConstructorDescriptionConstructor.FactorRealAlgebraic(RealAlgebraicRing<C> fac, FactorAbstract<AlgebraicNumber<C>> factorAlgebraic) Constructor.