Package edu.jas.poly
Class TableRelation<C extends RingElem<C>>
java.lang.Object
edu.jas.poly.TableRelation<C>
- All Implemented Interfaces:
Serializable
TableRelation container for storage and printing in RelationTable.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTableRelation
(ExpVector e, ExpVector f, GenSolvablePolynomial<C> p) Constructor to setup the data structure. -
Method Summary
-
Field Details
-
e
First ExpVector of the data structure. -
f
Second ExpVector of the data structure. -
p
GenSolvablePolynomial of the data structure.
-
-
Constructor Details
-
TableRelation
Constructor to setup the data structure.- Parameters:
e
- first term.f
- second term.p
- product polynomial.
-
-
Method Details