Class CoeffToReal<C extends GcdRingElem<C> & Rational>
java.lang.Object
edu.jas.root.CoeffToReal<C>
- All Implemented Interfaces:
UnaryFunctor<C, RealAlgebraicNumber<C>>
class CoeffToReal<C extends GcdRingElem<C> & Rational>
extends Object
implements UnaryFunctor<C, RealAlgebraicNumber<C>>
Coefficient to real algebraic functor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final RealAlgebraicRing<C> protected final AlgebraicNumber<C> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
rfac
-
zero
-
-
Constructor Details
-
CoeffToReal
-
-
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.
-