|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jas.application.RootFactory
public class RootFactory
Roots factory.
| Constructor Summary | |
|---|---|
RootFactory()
|
|
| Method Summary | ||
|---|---|---|
static
|
complexAlgebraicNumbersComplex(GenPolynomial<Complex<C>> f)
Complex algebraic number roots. |
|
static
|
complexAlgebraicNumbersSquarefree(GenPolynomial<Complex<C>> f)
Complex algebraic number roots. |
|
static
|
isRoot(GenPolynomial<Complex<C>> f,
Complex<RealAlgebraicNumber<C>> r)
Is complex algebraic number a root of a polynomial. |
|
static
|
isRoot(GenPolynomial<Complex<C>> f,
java.util.List<Complex<RealAlgebraicNumber<C>>> R)
Is complex algebraic number a root of a polynomial. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RootFactory()
| Method Detail |
|---|
public static <C extends GcdRingElem<C> & Rational> boolean isRoot(GenPolynomial<Complex<C>> f,
Complex<RealAlgebraicNumber<C>> r)
f - univariate polynomial.r - complex algebraic number.
public static <C extends GcdRingElem<C> & Rational> boolean isRoot(GenPolynomial<Complex<C>> f,
java.util.List<Complex<RealAlgebraicNumber<C>>> R)
f - univariate polynomial.R - list of complex algebraic numbers.
public static <C extends GcdRingElem<C> & Rational> java.util.List<Complex<RealAlgebraicNumber<C>>> complexAlgebraicNumbersComplex(GenPolynomial<Complex<C>> f)
f - univariate polynomial.
public static <C extends GcdRingElem<C> & Rational> java.util.List<Complex<RealAlgebraicNumber<C>>> complexAlgebraicNumbersSquarefree(GenPolynomial<Complex<C>> f)
f - univariate squarefree polynomial.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||