Class EvalPoints<C extends RingElem<C>>
java.lang.Object
edu.jas.ufd.EvalPoints<C>
- Type Parameters:
C- coefficient type
- All Implemented Interfaces:
Serializable
Container for the evaluation points of a polynomial.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionEvaluation points.final GenPolynomial<C> Original multivariate polynomial to be evaluated.final GenPolynomial<C> Evaluated univariate polynomial as evaluated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
poly
Original multivariate polynomial to be evaluated. -
upoly
Evaluated univariate polynomial as evaluated. -
evalPoints
-
-
Constructor Details
-
EvalPoints
Constructor.- Parameters:
p- given GenPolynomial in r variables, x_{r+1}, x_{r}, ..., x_{1}.u- evaluated GenPolynomial = p(x_{r+1}, lr, ..., l1).ep- list of evaluation points, (l1, ..., lr).
-
-
Method Details
-
toString
-
toScript
Get a scripting compatible string representation.- Returns:
- script compatible representation for this container.
- See Also:
-