Uses of Class
edu.jas.application.RealAlgebraicRing
Packages that use RealAlgebraicRing
-
Uses of RealAlgebraicRing in edu.jas.application
Fields in edu.jas.application declared as RealAlgebraicRingModifier and TypeFieldDescription(package private) final RealAlgebraicRing
<C> CoeffToComplexReal.afac
protected final RealAlgebraicRing
<C> RealFromReAlgCoeff.rfac
final RealAlgebraicRing
<C> RealAlgebraicNumber.ring
Ring part of the data structure.Methods in edu.jas.application that return RealAlgebraicRingModifier and TypeMethodDescriptionRealAlgebraicNumber.factory()
Get the corresponding element factory.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 RealAlgebraicRingModifierConstructorDescriptionFactorRealReal
(RealAlgebraicRing<C> fac) Constructor.FactorRealReal
(RealAlgebraicRing<C> fac, FactorAbstract<RealAlgebraicNumber<C>> factorAlgebraic) Constructor.The constructor creates a zero RealAlgebraicNumber.RealAlgebraicNumber
(RealAlgebraicRing<C> r, C a) The constructor creates a RealAlgebraicNumber object from a GenPolynomial value.The constructor creates a RealAlgebraicNumber object from a GenPolynomial value.The constructor creates a RealAlgebraicNumber object from a recursive real algebraic value.