Package edu.jas.ufd
Class SubstKronecker<C extends GcdRingElem<C>>
- java.lang.Object
-
- edu.jas.ufd.SubstKronecker<C>
-
- All Implemented Interfaces:
UnaryFunctor<GenPolynomial<C>,GenPolynomial<C>>
class SubstKronecker<C extends GcdRingElem<C>> extends java.lang.Object implements UnaryFunctor<GenPolynomial<C>,GenPolynomial<C>>
Kronecker substitutuion functor.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) long
d
-
Constructor Summary
Constructors Constructor Description SubstKronecker(long d)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenPolynomial<C>
eval(GenPolynomial<C> c)
Evaluate.
-
-
-
Method Detail
-
eval
public GenPolynomial<C> eval(GenPolynomial<C> c)
Description copied from interface:UnaryFunctor
Evaluate.- Specified by:
eval
in interfaceUnaryFunctor<GenPolynomial<C extends GcdRingElem<C>>,GenPolynomial<C extends GcdRingElem<C>>>
- Returns:
- evaluated element.
-
-