Package edu.jas.ufd

Class FactorComplex<C extends GcdRingElem<C>>

Type Parameters:
C - coefficient type
All Implemented Interfaces:
Factorization<Complex<C>>, Serializable

public class FactorComplex<C extends GcdRingElem<C>> extends FactorAbsolute<Complex<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.
See Also: