Package edu.jas.poly
Class AlgToPoly<C extends GcdRingElem<C>>
java.lang.Object
edu.jas.poly.AlgToPoly<C>
- All Implemented Interfaces:
UnaryFunctor<AlgebraicNumber<C>,
GenPolynomial<C>>
class AlgToPoly<C extends GcdRingElem<C>>
extends Object
implements UnaryFunctor<AlgebraicNumber<C>,GenPolynomial<C>>
Algebraic to polynomial functor.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AlgToPoly
AlgToPoly()
-
-
Method Details
-
eval
Description copied from interface:UnaryFunctor
Evaluate.- Specified by:
eval
in interfaceUnaryFunctor<AlgebraicNumber<C extends GcdRingElem<C>>,
GenPolynomial<C extends GcdRingElem<C>>> - Returns:
- evaluated element.
-