Package edu.jas.poly
Class IndexListMonomial<C extends RingElem<C>>
java.lang.Object
edu.jas.poly.IndexListMonomial<C>
IndexListMonomial class. Represents pairs of index lists and coefficients.
Adaptor for Map.Entry.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIndexListMonomial
(IndexList e, C c) Constructor of word monomial.Constructor of word monomial. -
Method Summary
-
Field Details
-
e
IndexList of monomial. -
c
Coefficient of monomial.
-
-
Constructor Details
-
IndexListMonomial
Constructor of word monomial.- Parameters:
me
- a MapEntry.
-
IndexListMonomial
Constructor of word monomial.- Parameters:
e
- index list.c
- coefficient.
-
-
Method Details