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