Uses of Class
edu.jas.application.RealAlgebraicRing
-
Packages that use RealAlgebraicRing Package Description edu.jas.application Groebner base application package. -
-
Uses of RealAlgebraicRing in edu.jas.application
Fields in edu.jas.application declared as RealAlgebraicRing Modifier and Type Field Description (package private) RealAlgebraicRing<C>
CoeffToComplexReal. afac
protected RealAlgebraicRing<C>
RealFromReAlgCoeff. rfac
RealAlgebraicRing<C>
RealAlgebraicNumber. ring
Ring part of the data structure.Methods in edu.jas.application that return RealAlgebraicRing Modifier and Type Method Description RealAlgebraicRing<C>
RealAlgebraicNumber. factory()
Get the corresponding element factory.Methods in edu.jas.application with parameters of type RealAlgebraicRing Modifier and Type Method Description static <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 Constructor Description FactorRealReal(RealAlgebraicRing<C> fac)
Constructor.FactorRealReal(RealAlgebraicRing<C> fac, FactorAbstract<RealAlgebraicNumber<C>> factorAlgebraic)
Constructor.RealAlgebraicNumber(RealAlgebraicRing<C> r)
The constructor creates a zero RealAlgebraicNumber.RealAlgebraicNumber(RealAlgebraicRing<C> r, C a)
The constructor creates a RealAlgebraicNumber object from a GenPolynomial value.RealAlgebraicNumber(RealAlgebraicRing<C> r, GenPolynomial<C> a)
The constructor creates a RealAlgebraicNumber object from a GenPolynomial value.RealAlgebraicNumber(RealAlgebraicRing<C> r, RealAlgebraicNumber<RealAlgebraicNumber<C>> a)
The constructor creates a RealAlgebraicNumber object from a recursive real algebraic value.RealFromReAlgCoeff(RealAlgebraicRing<C> fac)
-