Package edu.jas.application
Class ReAlgFromRealCoeff<C extends GcdRingElem<C> & Rational>
java.lang.Object
edu.jas.application.ReAlgFromRealCoeff<C>
- All Implemented Interfaces:
UnaryFunctor<RealAlgebraicNumber<C>,
RealAlgebraicNumber<C>>
class ReAlgFromRealCoeff<C extends GcdRingElem<C> & Rational>
extends Object
implements UnaryFunctor<RealAlgebraicNumber<C>,RealAlgebraicNumber<C>>
Coefficient to real algebriac from real algebraic functor.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
afac
-
-
Constructor Details
-
ReAlgFromRealCoeff
-
-
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.
-