Uses of Class
edu.jas.root.Rectangle
Packages that use Rectangle
-
Uses of Rectangle in edu.jas.root
Fields in edu.jas.root declared as RectangleModifier and TypeFieldDescriptionBoundary.rect
Rectangle.ComplexAlgebraicRing.root
Isolating rectangle for a complex root.Methods in edu.jas.root that return RectangleModifier and TypeMethodDescriptionComplexRoots.complexRootRefinement
(Rectangle<C> rect, GenPolynomial<Complex<C>> a, BigRational len) Complex root refinement of complex polynomial a on rectangle.ComplexRootsAbstract.complexRootRefinement
(Rectangle<C> rect, GenPolynomial<Complex<C>> a, BigRational len) Complex root refinement of complex polynomial a on rectangle.Rectangle.copy()
Copy this.Rectangle.exchangeNE
(Complex<C> c) Exchange NE corner.Rectangle.exchangeNW
(Complex<C> c) Exchange NW corner.Rectangle.exchangeSE
(Complex<C> c) Exchange SE corner.Rectangle.exchangeSW
(Complex<C> c) Exchange SW corner.ComplexRootsSturm.excludeZero
(Rectangle<C> rect, GenPolynomial<Complex<C>> f) Exclude zero.ComplexAlgebraicRing.getRoot()
Get rectangle for the complex root.ComplexRootsAbstract.invariantMagnitudeRectangle
(Rectangle<C> rect, GenPolynomial<Complex<C>> f, GenPolynomial<Complex<C>> g, BigRational eps) Invariant rectangle for algebraic number magnitude.ComplexRootsAbstract.invariantRectangle
(Rectangle<C> rect, GenPolynomial<Complex<C>> f, GenPolynomial<Complex<C>> g) Invariant rectangle for algebraic number.ComplexRootsSturm.invariantRectangle
(Rectangle<C> rect, GenPolynomial<Complex<C>> f, GenPolynomial<Complex<C>> g) Invariant rectangle for algebraic number.RootUtil.parseRectangle
(RingFactory<Complex<C>> fac, String s) Parse rectangle for a complex root from String.Methods in edu.jas.root that return types with arguments of type RectangleModifier and TypeMethodDescriptionComplexRoots.complexRoots
(GenPolynomial<Complex<C>> a) List of complex roots of complex polynomial.ComplexRoots.complexRoots
(Rectangle<C> rect, GenPolynomial<Complex<C>> a) List of complex roots of complex polynomial a on rectangle.ComplexRootsAbstract.complexRoots
(GenPolynomial<Complex<C>> a) List of complex roots of complex polynomial.ComplexRootsAbstract.complexRoots
(GenPolynomial<Complex<C>> a, BigRational len) List of complex roots of complex polynomial.ComplexRootsAbstract.complexRoots
(Rectangle<C> rect, GenPolynomial<Complex<C>> a) List of complex roots of complex polynomial a on rectangle.ComplexRootsSturm.complexRoots
(Rectangle<C> rect, GenPolynomial<Complex<C>> a) List of complex roots of complex polynomial a on rectangle.Methods in edu.jas.root with parameters of type RectangleModifier and TypeMethodDescriptionComplexRootsAbstract.approximateRoot
(Rectangle<C> rt, GenPolynomial<Complex<C>> f, BigRational eps) Approximate complex root.ComplexRootsAbstract.complexMagnitude
(Rectangle<C> rect, GenPolynomial<Complex<C>> f, GenPolynomial<Complex<C>> g, BigRational eps) Complex algebraic number magnitude.ComplexRootsAbstract.complexRectangleMagnitude
(Rectangle<C> rect, GenPolynomial<Complex<C>> f, GenPolynomial<Complex<C>> g) Complex algebraic number magnitude.long
ComplexRoots.complexRootCount
(Rectangle<C> rect, GenPolynomial<Complex<C>> a) Complex root count of complex polynomial on rectangle.abstract long
ComplexRootsAbstract.complexRootCount
(Rectangle<C> rect, GenPolynomial<Complex<C>> a) Complex root count of complex polynomial on rectangle.long
ComplexRootsSturm.complexRootCount
(Rectangle<C> rect, GenPolynomial<Complex<C>> a) Complex root count of complex polynomial on rectangle.ComplexRoots.complexRootRefinement
(Rectangle<C> rect, GenPolynomial<Complex<C>> a, BigRational len) Complex root refinement of complex polynomial a on rectangle.ComplexRootsAbstract.complexRootRefinement
(Rectangle<C> rect, GenPolynomial<Complex<C>> a, BigRational len) Complex root refinement of complex polynomial a on rectangle.ComplexRoots.complexRoots
(Rectangle<C> rect, GenPolynomial<Complex<C>> a) List of complex roots of complex polynomial a on rectangle.ComplexRootsAbstract.complexRoots
(Rectangle<C> rect, GenPolynomial<Complex<C>> a) List of complex roots of complex polynomial a on rectangle.ComplexRootsSturm.complexRoots
(Rectangle<C> rect, GenPolynomial<Complex<C>> a) List of complex roots of complex polynomial a on rectangle.boolean
Contains a rectangle.ComplexRootsSturm.excludeZero
(Rectangle<C> rect, GenPolynomial<Complex<C>> f) Exclude zero.ComplexRootsAbstract.invariantMagnitudeRectangle
(Rectangle<C> rect, GenPolynomial<Complex<C>> f, GenPolynomial<Complex<C>> g, BigRational eps) Invariant rectangle for algebraic number magnitude.ComplexRootsAbstract.invariantRectangle
(Rectangle<C> rect, GenPolynomial<Complex<C>> f, GenPolynomial<Complex<C>> g) Invariant rectangle for algebraic number.ComplexRootsSturm.invariantRectangle
(Rectangle<C> rect, GenPolynomial<Complex<C>> f, GenPolynomial<Complex<C>> g) Invariant rectangle for algebraic number.ComplexRootsAbstract.magnitudeBound
(Rectangle<C> rect, GenPolynomial<Complex<C>> f) Magnitude bound.void
Set a refined rectangle for the complex root.long
ComplexRootsSturm.windingNumber
(Rectangle<C> rect, GenPolynomial<Complex<C>> A) Winding number of complex function A on rectangle.Constructors in edu.jas.root with parameters of type RectangleModifierConstructorDescriptionConstructor.protected
Boundary
(Rectangle<C> r, GenPolynomial<Complex<C>> p, GenPolynomial<Complex<C>>[] b) Constructor.ComplexAlgebraicRing
(GenPolynomial<Complex<C>> m, Rectangle<C> root) The constructor creates a ComplexAlgebraicNumber factory object from a GenPolynomial objects module.ComplexAlgebraicRing
(GenPolynomial<Complex<C>> m, Rectangle<C> root, boolean isField) The constructor creates a ComplexAlgebraicNumber factory object from a GenPolynomial objects module.