Package edu.jas.root
Class PolyToReAlg<C extends GcdRingElem<C> & Rational>
java.lang.Object
edu.jas.root.PolyToReAlg<C>
- All Implemented Interfaces:
UnaryFunctor<GenPolynomial<C>,
RealAlgebraicNumber<C>>
class PolyToReAlg<C extends GcdRingElem<C> & Rational>
extends Object
implements UnaryFunctor<GenPolynomial<C>,RealAlgebraicNumber<C>>
Polynomial to algebraic functor.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
afac
-
-
Constructor Details
-
PolyToReAlg
-
-
Method Details
-
eval
Description copied from interface:UnaryFunctor
Evaluate.- Specified by:
eval
in interfaceUnaryFunctor<GenPolynomial<C extends GcdRingElem<C> & Rational>,
RealAlgebraicNumber<C extends GcdRingElem<C> & Rational>> - Returns:
- evaluated element.
-