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