Class FactorRealAlgebraic<C extends GcdRingElem<C> & Rational>

java.lang.Object
edu.jas.ufd.FactorAbstract<RealAlgebraicNumber<C>>
edu.jas.ufdroot.FactorRealAlgebraic<C>
Type Parameters:
C - coefficient type
All Implemented Interfaces:
Factorization<RealAlgebraicNumber<C>>, Serializable

public class FactorRealAlgebraic<C extends GcdRingElem<C> & Rational> extends FactorAbstract<RealAlgebraicNumber<C>>
Real algebraic number coefficients factorization algorithms. This class implements factorization methods for polynomials over real algebraic numbers from package edu.jas.root.
See Also: