Uses of Class
edu.jas.root.RealRootTuple
-
Packages that use RealRootTuple Package Description edu.jas.application Groebner base application package.edu.jas.root Real and Complex Root Computation package. -
-
Uses of RealRootTuple in edu.jas.application
Fields in edu.jas.application declared as RealRootTuple Modifier and Type Field Description (package private) RealRootTuple<C>
RealAlgebraicRing. root
Isolating intervals for the real algebraic roots of the real and imaginary part.Methods in edu.jas.application that return RealRootTuple Modifier and Type Method Description RealRootTuple<C>
RealAlgebraicRing. getRoot()
Get rectangle for the complex root.Methods in edu.jas.application with parameters of type RealRootTuple Modifier and Type Method Description void
RealAlgebraicRing. setRoot(RealRootTuple<C> v)
Set a refined rectangle for the complex root.Constructors in edu.jas.application with parameters of type RealRootTuple Constructor Description RealAlgebraicRing(IdealWithUniv<C> m, ResidueRing<C> a, RealRootTuple<C> r)
The constructor creates a RealAlgebraicNumber factory object from a IdealWithUniv, ResidueRing and a root tuple.RealAlgebraicRing(IdealWithUniv<C> m, RealRootTuple<C> root)
The constructor creates a RealAlgebraicNumber factory object from a IdealWithUniv and a root tuple.RealAlgebraicRing(IdealWithUniv<C> m, RealRootTuple<C> root, boolean isField)
The constructor creates a RealAlgebraicNumber factory object from a IdealWithUniv and a root tuple. -
Uses of RealRootTuple in edu.jas.root
Methods in edu.jas.root that return RealRootTuple Modifier and Type Method Description RealRootTuple<C>
RealRootTuple. copy()
Copy this.Methods in edu.jas.root with parameters of type RealRootTuple Modifier and Type Method Description boolean
RealRootTuple. contains(RealRootTuple<C> c)
Contains a point.
-