Package edu.jas.gb
Class SigPoly<C extends RingElem<C>>
- java.lang.Object
-
- edu.jas.gb.SigPoly<C>
-
-
Field Summary
Fields Modifier and Type Field Description GenPolynomial<C>
poly
GenPolynomial<C>
sigma
-
Constructor Summary
Constructors Constructor Description SigPoly(GenPolynomial<C> s, GenPolynomial<C> p)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Get the String representation.
-
-
-
Field Detail
-
sigma
public final GenPolynomial<C extends RingElem<C>> sigma
-
poly
public final GenPolynomial<C extends RingElem<C>> poly
-
-
Constructor Detail
-
SigPoly
public SigPoly(GenPolynomial<C> s, GenPolynomial<C> p)
Constructor.- Parameters:
s
- a polynomial signature.p
- a polynomial.
-
-
Method Detail
-
toString
public java.lang.String toString()
Get the String representation.- Overrides:
toString
in classjava.lang.Object
- See Also:
Object.toString()
-
-