| AlgebraicRoots<C extends GcdRingElem<C> & Rational> |
Container for the real and complex algebraic roots of a univariate
polynomial.
|
| Boundary<C extends RingElem<C> & Rational> |
Boundary determined by a rectangle and a polynomial.
|
| ComplexAlgebraicNumber<C extends GcdRingElem<C> & Rational> |
Complex algebraic number class based on AlgebraicNumber.
|
| ComplexAlgebraicRing<C extends GcdRingElem<C> & Rational> |
Complex algebraic number factory class based on AlgebraicNumberRing with
RingFactory interface.
|
| ComplexAlgebraicTest |
ComplexAlgebraicNumber Test using JUnit.
|
| ComplexRootsAbstract<C extends RingElem<C> & Rational> |
Complex roots abstract class.
|
| ComplexRootsSturm<C extends RingElem<C> & Rational> |
Complex roots implemented by Sturm sequences.
|
| ComplexRootTest |
RootUtil tests with JUnit.
|
| DecimalRoots<C extends GcdRingElem<C> & Rational> |
Container for the real and complex algebraic roots of a univariate
polynomial.
|
| Interval<C extends RingElem<C> & Rational> |
Interval.
|
| PolyUtilRoot |
Polynomial utilities related to real and complex roots.
|
| RealAlgebraicNumber<C extends GcdRingElem<C> & Rational> |
Real algebraic number class based on AlgebraicNumber.
|
| RealAlgebraicRing<C extends GcdRingElem<C> & Rational> |
Real algebraic number factory class based on AlgebraicNumberRing with
RingFactory interface.
|
| RealAlgebraicTest |
RealAlgebraicNumber Test using JUnit.
|
| RealArithUtil |
Real arithmetic utilities.
|
| RealRootsAbstract<C extends RingElem<C> & Rational> |
Real roots abstract class.
|
| RealRootsSturm<C extends RingElem<C> & Rational> |
Real root isolation using Sturm sequences.
|
| RealRootTest |
RealRoot tests with JUnit.
|
| RealRootTuple<C extends GcdRingElem<C> & Rational> |
RealAlgebraicNumber root tuple.
|
| Rectangle<C extends RingElem<C> & Rational> |
Rectangle.
|
| RootFactory |
Roots factory.
|
| RootUtil |
Real root utilities.
|
| RootUtilTest |
RootUtil tests with JUnit.
|