Package edu.jas.poly
Class CoeffToAlg<C extends GcdRingElem<C>>
java.lang.Object
edu.jas.poly.CoeffToAlg<C>
- All Implemented Interfaces:
UnaryFunctor<C,
AlgebraicNumber<C>>
class CoeffToAlg<C extends GcdRingElem<C>>
extends Object
implements UnaryFunctor<C,AlgebraicNumber<C>>
Coefficient to algebriac functor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AlgebraicNumberRing
<C> protected final GenPolynomial
<C> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
afac
-
zero
-
-
Constructor Details
-
CoeffToAlg
-
-
Method Details
-
eval
Description copied from interface:UnaryFunctor
Evaluate.- Specified by:
eval
in interfaceUnaryFunctor<C extends GcdRingElem<C>,
AlgebraicNumber<C extends GcdRingElem<C>>> - Returns:
- evaluated element.
-