|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.ufd.FactorAbstract<RealAlgebraicNumber<C>>
edu.jas.ufd.FactorRealAlgebraic<C>
C
- coefficient typepublic class FactorRealAlgebraic<C extends GcdRingElem<C> & Rational>
Real algebraic number coefficients factorization algorithms. This class implements factorization methods for polynomials over real algebraic numbers from package
edu.jas.root.
Field Summary | |
---|---|
FactorAbstract<AlgebraicNumber<C>> |
factorAlgebraic
Factorization engine for base coefficients. |
Fields inherited from class edu.jas.ufd.FactorAbstract |
---|
engine, sengine |
Constructor Summary | |
---|---|
protected |
FactorRealAlgebraic()
No argument constructor. |
|
FactorRealAlgebraic(RealAlgebraicRing<C> fac)
Constructor. |
Method Summary | |
---|---|
java.util.List<GenPolynomial<RealAlgebraicNumber<C>>> |
baseFactorsSquarefree(GenPolynomial<RealAlgebraicNumber<C>> P)
GenPolynomial base factorization of a squarefree polynomial. |
Methods inherited from class edu.jas.ufd.FactorAbstract |
---|
baseFactors, baseFactorsRadical, basePrimitivePart, factors, factorsDegree, factorsRadical, factorsRadical, factorsSquarefree, isFactorization, isFactorization, isIrreducible, isRecursiveFactorization, isReducible, isSquarefree, primitivePart, recursiveFactors, recursiveFactorsSquarefree, squarefreeFactors, squarefreePart, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final FactorAbstract<AlgebraicNumber<C extends GcdRingElem<C> & Rational>> factorAlgebraic
Constructor Detail |
---|
protected FactorRealAlgebraic()
public FactorRealAlgebraic(RealAlgebraicRing<C> fac)
fac
- algebraic number factory.Method Detail |
---|
public java.util.List<GenPolynomial<RealAlgebraicNumber<C>>> baseFactorsSquarefree(GenPolynomial<RealAlgebraicNumber<C>> P)
baseFactorsSquarefree
in class FactorAbstract<RealAlgebraicNumber<C extends GcdRingElem<C> & Rational>>
P
- squarefree GenPolynomial<RealAlgebraicNumber<C>>.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |