Package edu.jas.poly
Class EvalAllPol<C extends RingElem<C>>
java.lang.Object
edu.jas.poly.EvalAllPol<C>
- All Implemented Interfaces:
UnaryFunctor<GenPolynomial<C>,
C>
Evaluate all variable functor.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cfac
-
a
-
-
Constructor Details
-
EvalAllPol
-
-
Method Details
-
eval
Description copied from interface:UnaryFunctor
Evaluate.- Specified by:
eval
in interfaceUnaryFunctor<GenPolynomial<C extends RingElem<C>>,
C extends RingElem<C>> - Returns:
- evaluated element.
-