Package edu.jas.gb
Class SigPoly<C extends RingElem<C>>
java.lang.Object
edu.jas.gb.SigPoly<C>
Container for a polynomial and its signature.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) GenPolynomial
<C> getPoly()
getter for polynomial(package private) GenPolynomial
<C> getSigma()
getter for sigmatoString()
Get the String representation.
-
Field Details
-
sigma
-
poly
-
-
Constructor Details
-
SigPoly
Constructor.- Parameters:
s
- a polynomial signature.p
- a polynomial.
-
-
Method Details
-
getSigma
GenPolynomial<C> getSigma()getter for sigma -
getPoly
GenPolynomial<C> getPoly()getter for polynomial -
toString
Get the String representation.
-