Class PolyToAlg<C extends GcdRingElem<C>>
java.lang.Object
edu.jas.poly.PolyToAlg<C>
- All Implemented Interfaces:
UnaryFunctor<GenPolynomial<C>, AlgebraicNumber<C>>
class PolyToAlg<C extends GcdRingElem<C>>
extends Object
implements UnaryFunctor<GenPolynomial<C>, AlgebraicNumber<C>>
Polynomial to algebriac functor.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
afac
-
-
Constructor Details
-
PolyToAlg
-
-
Method Details
-
eval
Description copied from interface:UnaryFunctorEvaluate.- Specified by:
evalin interfaceUnaryFunctor<GenPolynomial<C extends GcdRingElem<C>>, AlgebraicNumber<C extends GcdRingElem<C>>>- Returns:
- evaluated element.
-