Package edu.jas.ufd

Class FactorComplex<C extends GcdRingElem<C>>

  • Type Parameters:
    C - coefficient type
    All Implemented Interfaces:
    Factorization<Complex<C>>, java.io.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.
    Author:
    Heinz Kredel
    See Also:
    Serialized Form