Class AlgebToCompl<C extends GcdRingElem<C>>
java.lang.Object
edu.jas.poly.AlgebToCompl<C>
- All Implemented Interfaces:
UnaryFunctor<AlgebraicNumber<C>, Complex<C>>
class AlgebToCompl<C extends GcdRingElem<C>>
extends Object
implements UnaryFunctor<AlgebraicNumber<C>, Complex<C>>
Algebraic to generic complex functor.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cfac
-
-
Constructor Details
-
AlgebToCompl
-
-
Method Details
-
eval
Description copied from interface:UnaryFunctorEvaluate.- Specified by:
evalin interfaceUnaryFunctor<AlgebraicNumber<C extends GcdRingElem<C>>, Complex<C extends GcdRingElem<C>>>- Returns:
- evaluated element.
-