Class CoeffToRecReAlg<C extends GcdRingElem<C> & Rational>
java.lang.Object
edu.jas.root.CoeffToRecReAlg<C>
- All Implemented Interfaces:
UnaryFunctor<C, RealAlgebraicNumber<C>>
class CoeffToRecReAlg<C extends GcdRingElem<C> & Rational>
extends Object
implements UnaryFunctor<C, RealAlgebraicNumber<C>>
Coefficient to recursive algebraic functor.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final intprotected final List<RealAlgebraicRing<C>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lfac
-
depth
final int depth
-
-
Constructor Details
-
CoeffToRecReAlg
-
-
Method Details
-
eval
Description copied from interface:UnaryFunctorEvaluate.- Specified by:
evalin interfaceUnaryFunctor<C extends GcdRingElem<C> & Rational, RealAlgebraicNumber<C extends GcdRingElem<C> & Rational>>- Returns:
- evaluated element.
-