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