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 java.lang.Object implements UnaryFunctor<AlgebraicNumber<C>,GenPolynomial<C>>
Algebraic to polynomial functor.
-
-
Constructor Summary
Constructors Constructor Description AlgToPoly()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenPolynomial<C>
eval(AlgebraicNumber<C> c)
Evaluate.
-
-
-
Method Detail
-
eval
public GenPolynomial<C> eval(AlgebraicNumber<C> c)
Description copied from interface:UnaryFunctor
Evaluate.- Specified by:
eval
in interfaceUnaryFunctor<AlgebraicNumber<C extends GcdRingElem<C>>,GenPolynomial<C extends GcdRingElem<C>>>
- Returns:
- evaluated element.
-
-