Class CoeffToComplexFromComplex<C extends GcdRingElem<C> & Rational>
java.lang.Object
edu.jas.root.CoeffToComplexFromComplex<C>
- All Implemented Interfaces:
UnaryFunctor<Complex<C>, ComplexAlgebraicNumber<C>>
class CoeffToComplexFromComplex<C extends GcdRingElem<C> & Rational>
extends Object
implements UnaryFunctor<Complex<C>, ComplexAlgebraicNumber<C>>
Coefficient to complex algebraic from complex functor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ComplexAlgebraicRing<C> protected final AlgebraicNumber<Complex<C>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cfac
-
zero
-
-
Constructor Details
-
CoeffToComplexFromComplex
-
-
Method Details
-
eval
Description copied from interface:UnaryFunctorEvaluate.- Specified by:
evalin interfaceUnaryFunctor<Complex<C extends GcdRingElem<C> & Rational>, ComplexAlgebraicNumber<C extends GcdRingElem<C> & Rational>>- Returns:
- evaluated element.
-