Uses of Class
edu.jas.root.RealRootTuple
Packages that use RealRootTuple
Package
Description
Groebner base application package.
Real and Complex Root Computation package.
-
Uses of RealRootTuple in edu.jas.application
Fields in edu.jas.application declared as RealRootTupleModifier and TypeFieldDescription(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 RealRootTupleModifier and TypeMethodDescriptionRealAlgebraicRing.getRoot()
Get rectangle for the complex root.Methods in edu.jas.application with parameters of type RealRootTupleModifier and TypeMethodDescriptionvoid
RealAlgebraicRing.setRoot
(RealRootTuple<C> v) Set a refined rectangle for the complex root.Constructors in edu.jas.application with parameters of type RealRootTupleModifierConstructorDescriptionRealAlgebraicRing
(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 RealRootTupleMethods in edu.jas.root with parameters of type RealRootTupleModifier and TypeMethodDescriptionboolean
RealRootTuple.contains
(RealRootTuple<C> c) Contains a point.