| Modifier and Type | Field and Description |
|---|---|
C |
c
Coefficient of monomial.
|
ExpVector |
e
Exponent of monomial.
|
| Constructor and Description |
|---|
Monomial(ExpVector e,
C c)
Constructor of monomial.
|
Monomial(java.util.Map.Entry<ExpVector,C> me)
Constructor of monomial.
|
| Modifier and Type | Method and Description |
|---|---|
C |
coefficient()
Getter for coefficient.
|
ExpVector |
exponent()
Getter for exponent.
|
java.lang.String |
toString()
String representation of Monomial.
|
public Monomial(java.util.Map.Entry<ExpVector,C> me)
me - a MapEntry.public C coefficient()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()