Class CoeffToReAlg<C extends GcdRingElem<C> & Rational>
java.lang.Object
edu.jas.root.CoeffToReAlg<C>
- All Implemented Interfaces:
UnaryFunctor<C, RealAlgebraicNumber<C>>
class CoeffToReAlg<C extends GcdRingElem<C> & Rational>
extends Object
implements UnaryFunctor<C, RealAlgebraicNumber<C>>
Coefficient to algebraic functor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final RealAlgebraicRing<C> protected final GenPolynomial<C> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
afac
-
zero
-
-
Constructor Details
-
CoeffToReAlg
-
-
Method Details
-
eval
Description copied from interface:UnaryFunctorEvaluate.- Specified by:
evalin interfaceUnaryFunctor<C extends GcdRingElem<C> & Rational, RealAlgebraicNumber<C extends GcdRingElem<C> & Rational>>- Returns:
- evaluated element.
-