Class CoeffConvertAlg<C extends GcdRingElem<C>>
java.lang.Object
edu.jas.application.CoeffConvertAlg<C>
- All Implemented Interfaces:
UnaryFunctor<AlgebraicNumber<C>, AlgebraicNumber<C>>
class CoeffConvertAlg<C extends GcdRingElem<C>>
extends Object
implements UnaryFunctor<AlgebraicNumber<C>, AlgebraicNumber<C>>
Coefficient to convert algebriac functor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AlgebraicNumber<C> protected final AlgebraicNumberRing<C> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
afac
-
A
-
-
Constructor Details
-
CoeffConvertAlg
-
-
Method Details
-
eval
Description copied from interface:UnaryFunctorEvaluate.- Specified by:
evalin interfaceUnaryFunctor<AlgebraicNumber<C extends GcdRingElem<C>>, AlgebraicNumber<C extends GcdRingElem<C>>>- Returns:
- evaluated element.
-