Package edu.jas.ufd
Class BackSubstKronecker<C extends GcdRingElem<C>>
java.lang.Object
edu.jas.ufd.BackSubstKronecker<C>
- All Implemented Interfaces:
UnaryFunctor<GenPolynomial<C>,
GenPolynomial<C>>
class BackSubstKronecker<C extends GcdRingElem<C>>
extends Object
implements UnaryFunctor<GenPolynomial<C>,GenPolynomial<C>>
Kronecker back substitutuion functor.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final long
(package private) final GenPolynomialRing
<C> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
d
final long d -
fac
-
-
Constructor Details
-
BackSubstKronecker
-
-
Method Details
-
eval
Description copied from interface:UnaryFunctor
Evaluate.- Specified by:
eval
in interfaceUnaryFunctor<GenPolynomial<C extends GcdRingElem<C>>,
GenPolynomial<C extends GcdRingElem<C>>> - Returns:
- evaluated element.
-