Uses of Class
edu.jas.root.RealAlgebraicRing
-
Packages that use RealAlgebraicRing Package Description edu.jas.application Groebner base application package.edu.jas.root Real and Complex Root Computation package.edu.jas.ufdroot Unique Factorization Domain and Roots package. -
-
Uses of RealAlgebraicRing in edu.jas.application
Fields in edu.jas.application declared as RealAlgebraicRing Modifier and Type Field Description protected RealAlgebraicRing<C>ReAlgFromRealCoeff. afacRealAlgebraicRing<RealAlgebraicNumber<C>>RealAlgebraicRing. realRingRecursive real root ring.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 ReAlgFromRealCoeff(RealAlgebraicRing<C> fac) -
Uses of RealAlgebraicRing in edu.jas.root
Fields in edu.jas.root declared as RealAlgebraicRing Modifier and Type Field Description protected RealAlgebraicRing<C>CoeffToReAlg. afacprotected RealAlgebraicRing<C>PolyToReAlg. afacprotected RealAlgebraicRing<C>CoeffToReal. rfacprotected RealAlgebraicRing<C>RealFromAlgCoeff. rfacRealAlgebraicRing<C>RealAlgebraicNumber. ringRing part of the data structure.Fields in edu.jas.root with type parameters of type RealAlgebraicRing Modifier and Type Field Description protected java.util.List<RealAlgebraicRing<C>>CoeffToRecReAlg. lfacMethods in edu.jas.root that return RealAlgebraicRing Modifier and Type Method Description RealAlgebraicRing<C>RealAlgebraicRing. copy()Copy this RealAlgebraicRing.RealAlgebraicRing<C>RealAlgebraicNumber. factory()Get the corresponding element factory.Constructors in edu.jas.root with parameters of type RealAlgebraicRing Constructor Description CoeffToReal(RealAlgebraicRing<C> fac)CoeffToReAlg(RealAlgebraicRing<C> fac)CoeffToRecReAlg(int depth, RealAlgebraicRing<C> fac)PolyToReAlg(RealAlgebraicRing<C> fac)RealAlgebraicNumber(RealAlgebraicRing<C> r)The constructor creates a RealAlgebraicNumber object from a GenPolynomial object module.RealAlgebraicNumber(RealAlgebraicRing<C> r, AlgebraicNumber<C> a)The constructor creates a RealAlgebraicNumber object from RealAlgebraicRing modul and a AlgebraicNumber value.RealAlgebraicNumber(RealAlgebraicRing<C> r, GenPolynomial<C> a)The constructor creates a RealAlgebraicNumber object from RealAlgebraicRing modul and a GenPolynomial value.RealFromAlgCoeff(RealAlgebraicRing<C> fac) -
Uses of RealAlgebraicRing in edu.jas.ufdroot
Constructors in edu.jas.ufdroot with parameters of type RealAlgebraicRing Constructor Description FactorRealAlgebraic(RealAlgebraicRing<C> fac)Constructor.FactorRealAlgebraic(RealAlgebraicRing<C> fac, FactorAbstract<AlgebraicNumber<C>> factorAlgebraic)Constructor.
-