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 TypeFieldDescriptionprotected final RealAlgebraicRing
<C> ReAlgFromRealCoeff.afac
final RealAlgebraicRing
<RealAlgebraicNumber<C>> RealAlgebraicRing.realRing
Recursive 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>.Constructors in edu.jas.application with parameters of type RealAlgebraicRing -
Uses of RealAlgebraicRing in edu.jas.root
Fields in edu.jas.root declared as RealAlgebraicRingModifier and TypeFieldDescriptionprotected final RealAlgebraicRing
<C> CoeffToReAlg.afac
protected final RealAlgebraicRing
<C> PolyToReAlg.afac
protected final RealAlgebraicRing
<C> CoeffToReal.rfac
protected final RealAlgebraicRing
<C> RealFromAlgCoeff.rfac
final RealAlgebraicRing
<C> RealAlgebraicNumber.ring
Ring part of the data structure.Fields in edu.jas.root with type parameters of type RealAlgebraicRingMethods 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 RealAlgebraicRingModifierConstructorDescriptionCoeffToReal
(RealAlgebraicRing<C> fac) CoeffToReAlg
(RealAlgebraicRing<C> fac) CoeffToRecReAlg
(int depth, RealAlgebraicRing<C> fac) PolyToReAlg
(RealAlgebraicRing<C> fac) The 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.