Uses of Class
edu.jas.root.Rectangle
-
Packages that use Rectangle Package Description edu.jas.root Real and Complex Root Computation package. -
-
Uses of Rectangle in edu.jas.root
Fields in edu.jas.root declared as Rectangle Modifier and Type Field Description Rectangle<C>Boundary. rectRectangle.(package private) Rectangle<C>ComplexAlgebraicRing. rootIsolating rectangle for a complex root.Methods in edu.jas.root that return Rectangle Modifier and Type Method Description Rectangle<C>ComplexRoots. complexRootRefinement(Rectangle<C> rect, GenPolynomial<Complex<C>> a, BigRational len)Complex root refinement of complex polynomial a on rectangle.Rectangle<C>ComplexRootsAbstract. complexRootRefinement(Rectangle<C> rect, GenPolynomial<Complex<C>> a, BigRational len)Complex root refinement of complex polynomial a on rectangle.Rectangle<C>Rectangle. copy()Copy this.Rectangle<C>Rectangle. exchangeNE(Complex<C> c)Exchange NE corner.Rectangle<C>Rectangle. exchangeNW(Complex<C> c)Exchange NW corner.Rectangle<C>Rectangle. exchangeSE(Complex<C> c)Exchange SE corner.Rectangle<C>Rectangle. exchangeSW(Complex<C> c)Exchange SW corner.Rectangle<C>ComplexRootsSturm. excludeZero(Rectangle<C> rect, GenPolynomial<Complex<C>> f)Exclude zero.Rectangle<C>ComplexAlgebraicRing. getRoot()Get rectangle for the complex root.Rectangle<C>ComplexRootsAbstract. invariantMagnitudeRectangle(Rectangle<C> rect, GenPolynomial<Complex<C>> f, GenPolynomial<Complex<C>> g, BigRational eps)Invariant rectangle for algebraic number magnitude.abstract Rectangle<C>ComplexRootsAbstract. invariantRectangle(Rectangle<C> rect, GenPolynomial<Complex<C>> f, GenPolynomial<Complex<C>> g)Invariant rectangle for algebraic number.Rectangle<C>ComplexRootsSturm. invariantRectangle(Rectangle<C> rect, GenPolynomial<Complex<C>> f, GenPolynomial<Complex<C>> g)Invariant rectangle for algebraic number.static <C extends RingElem<C> & Rational>
Rectangle<C>RootUtil. parseRectangle(RingFactory<Complex<C>> fac, java.lang.String s)Parse rectangle for a complex root from String.Methods in edu.jas.root that return types with arguments of type Rectangle Modifier and Type Method Description java.util.List<Rectangle<C>>ComplexRoots. complexRoots(GenPolynomial<Complex<C>> a)List of complex roots of complex polynomial.java.util.List<Rectangle<C>>ComplexRoots. complexRoots(Rectangle<C> rect, GenPolynomial<Complex<C>> a)List of complex roots of complex polynomial a on rectangle.java.util.List<Rectangle<C>>ComplexRootsAbstract. complexRoots(GenPolynomial<Complex<C>> a)List of complex roots of complex polynomial.java.util.List<Rectangle<C>>ComplexRootsAbstract. complexRoots(GenPolynomial<Complex<C>> a, BigRational len)List of complex roots of complex polynomial.abstract java.util.List<Rectangle<C>>ComplexRootsAbstract. complexRoots(Rectangle<C> rect, GenPolynomial<Complex<C>> a)List of complex roots of complex polynomial a on rectangle.java.util.List<Rectangle<C>>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 Rectangle Modifier and Type Method Description Complex<BigDecimal>ComplexRootsAbstract. approximateRoot(Rectangle<C> rt, GenPolynomial<Complex<C>> f, BigRational eps)Approximate complex root.Complex<C>ComplexRootsAbstract. complexMagnitude(Rectangle<C> rect, GenPolynomial<Complex<C>> f, GenPolynomial<Complex<C>> g, BigRational eps)Complex algebraic number magnitude.Complex<C>ComplexRootsAbstract. complexRectangleMagnitude(Rectangle<C> rect, GenPolynomial<Complex<C>> f, GenPolynomial<Complex<C>> g)Complex algebraic number magnitude.longComplexRoots. complexRootCount(Rectangle<C> rect, GenPolynomial<Complex<C>> a)Complex root count of complex polynomial on rectangle.abstract longComplexRootsAbstract. complexRootCount(Rectangle<C> rect, GenPolynomial<Complex<C>> a)Complex root count of complex polynomial on rectangle.longComplexRootsSturm. complexRootCount(Rectangle<C> rect, GenPolynomial<Complex<C>> a)Complex root count of complex polynomial on rectangle.Rectangle<C>ComplexRoots. complexRootRefinement(Rectangle<C> rect, GenPolynomial<Complex<C>> a, BigRational len)Complex root refinement of complex polynomial a on rectangle.Rectangle<C>ComplexRootsAbstract. complexRootRefinement(Rectangle<C> rect, GenPolynomial<Complex<C>> a, BigRational len)Complex root refinement of complex polynomial a on rectangle.java.util.List<Rectangle<C>>ComplexRoots. complexRoots(Rectangle<C> rect, GenPolynomial<Complex<C>> a)List of complex roots of complex polynomial a on rectangle.abstract java.util.List<Rectangle<C>>ComplexRootsAbstract. complexRoots(Rectangle<C> rect, GenPolynomial<Complex<C>> a)List of complex roots of complex polynomial a on rectangle.java.util.List<Rectangle<C>>ComplexRootsSturm. complexRoots(Rectangle<C> rect, GenPolynomial<Complex<C>> a)List of complex roots of complex polynomial a on rectangle.booleanRectangle. contains(Rectangle<C> r)Contains a rectangle.Rectangle<C>ComplexRootsSturm. excludeZero(Rectangle<C> rect, GenPolynomial<Complex<C>> f)Exclude zero.Rectangle<C>ComplexRootsAbstract. invariantMagnitudeRectangle(Rectangle<C> rect, GenPolynomial<Complex<C>> f, GenPolynomial<Complex<C>> g, BigRational eps)Invariant rectangle for algebraic number magnitude.abstract Rectangle<C>ComplexRootsAbstract. invariantRectangle(Rectangle<C> rect, GenPolynomial<Complex<C>> f, GenPolynomial<Complex<C>> g)Invariant rectangle for algebraic number.Rectangle<C>ComplexRootsSturm. invariantRectangle(Rectangle<C> rect, GenPolynomial<Complex<C>> f, GenPolynomial<Complex<C>> g)Invariant rectangle for algebraic number.CComplexRootsAbstract. magnitudeBound(Rectangle<C> rect, GenPolynomial<Complex<C>> f)Magnitude bound.voidComplexAlgebraicRing. setRoot(Rectangle<C> v)Set a refined rectangle for the complex root.longComplexRootsSturm. 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 Rectangle Constructor Description Boundary(Rectangle<C> r, GenPolynomial<Complex<C>> p)Constructor.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.
-