Class Monomial<C extends RingElem<C>>
java.lang.Object
edu.jas.poly.Monomial<C>
- All Implemented Interfaces:
Element<Monomial<C>>, Serializable, Comparable<Monomial<C>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for coefficient.intMonomial comparison.copy()Clone this Element.booleanComparison with any other object.exponent()Getter for exponent.factory()Get the corresponding element factory.inthashCode()hashCode.toScript()Script representation of Monomial.Get a scripting compatible string representation of the factory.toString()String representation of Monomial.
-
Field Details
-
e
Exponent of monomial. -
c
-
-
Constructor Details
-
Monomial
-
Monomial
-
-
Method Details
-
exponent
-
coefficient
-
copy
-
toString
-
toScript
-
toScriptFactory
-
factory
-
equals
-
hashCode
-
compareTo
-