Class RealFromAlgCoeff<C extends GcdRingElem<C> & Rational>
java.lang.Object
edu.jas.root.RealFromAlgCoeff<C>
- All Implemented Interfaces:
UnaryFunctor<AlgebraicNumber<C>, RealAlgebraicNumber<C>>
class RealFromAlgCoeff<C extends GcdRingElem<C> & Rational>
extends Object
implements UnaryFunctor<AlgebraicNumber<C>, RealAlgebraicNumber<C>>
Coefficient to real algebriac from algebraic functor.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
rfac
-
-
Constructor Details
-
RealFromAlgCoeff
-
-
Method Details
-
eval
Description copied from interface:UnaryFunctorEvaluate.- Specified by:
evalin interfaceUnaryFunctor<AlgebraicNumber<C extends GcdRingElem<C> & Rational>, RealAlgebraicNumber<C extends GcdRingElem<C> & Rational>>- Returns:
- evaluated element.
-