|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.ufd.FactorAbstract<C>
edu.jas.ufd.FactorAbsolute<Complex<C>>
edu.jas.ufd.FactorComplex<C>
C
- coefficient typepublic class FactorComplex<C extends GcdRingElem<C>>
Complex coefficients factorization algorithms. This class implements factorization methods for polynomials over Complex numbers via the algebraic number C(i) over rational numbers or over (prime) modular integers. Note: Decomposition to linear factors is only via absolute factorization since Complex are not the analytic complex numbers.
Field Summary | |
---|---|
AlgebraicNumberRing<C> |
afac
Complex algebraic factory. |
FactorAbstract<AlgebraicNumber<C>> |
factorAlgeb
Factorization engine for algebraic coefficients. |
Fields inherited from class edu.jas.ufd.FactorAbstract |
---|
engine, sengine |
Constructor Summary | |
---|---|
protected |
FactorComplex()
No argument constructor. |
|
FactorComplex(ComplexRing<C> fac)
Constructor. |
|
FactorComplex(RingFactory<Complex<C>> fac)
Constructor. |
Method Summary | |
---|---|
java.util.List<GenPolynomial<Complex<C>>> |
baseFactorsSquarefree(GenPolynomial<Complex<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 |
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>>> factorAlgeb
public final AlgebraicNumberRing<C extends GcdRingElem<C>> afac
Constructor Detail |
---|
protected FactorComplex()
public FactorComplex(RingFactory<Complex<C>> fac)
fac
- complex number factory.public FactorComplex(ComplexRing<C> fac)
fac
- complex number factory.Method Detail |
---|
public java.util.List<GenPolynomial<Complex<C>>> baseFactorsSquarefree(GenPolynomial<Complex<C>> P)
baseFactorsSquarefree
in class FactorAbstract<Complex<C extends GcdRingElem<C>>>
P
- squarefree GenPolynomial<AlgebraicNumber<C>>.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |