Package edu.jas.poly
Class RatToIntPoly
java.lang.Object
edu.jas.poly.RatToIntPoly
- All Implemented Interfaces:
UnaryFunctor<GenPolynomial<BigRational>,
GenPolynomial<BigInteger>>
class RatToIntPoly
extends Object
implements UnaryFunctor<GenPolynomial<BigRational>,GenPolynomial<BigInteger>>
Conversion from GenPolynomial to GenPolynomial
functor.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEvaluate.
-
Field Details
-
ring
GenPolynomialRing<BigInteger> ring
-
-
Constructor Details
-
RatToIntPoly
-
-
Method Details
-
eval
Description copied from interface:UnaryFunctor
Evaluate.- Specified by:
eval
in interfaceUnaryFunctor<GenPolynomial<BigRational>,
GenPolynomial<BigInteger>> - Returns:
- evaluated element.
-