Package edu.jas.poly
Class ComplToAlgeb<C extends GcdRingElem<C>>
java.lang.Object
edu.jas.poly.ComplToAlgeb<C>
- All Implemented Interfaces:
UnaryFunctor<Complex<C>,
AlgebraicNumber<C>>
class ComplToAlgeb<C extends GcdRingElem<C>>
extends Object
implements UnaryFunctor<Complex<C>,AlgebraicNumber<C>>
Ceneric complex to algebraic number functor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AlgebraicNumberRing
<C> protected final AlgebraicNumber
<C> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
afac
-
I
-
-
Constructor Details
-
ComplToAlgeb
-
-
Method Details
-
eval
Description copied from interface:UnaryFunctor
Evaluate.- Specified by:
eval
in interfaceUnaryFunctor<Complex<C extends GcdRingElem<C>>,
AlgebraicNumber<C extends GcdRingElem<C>>> - Returns:
- evaluated element.
-