edu.jas.poly
Class TableRelation<C extends RingElem<C>>
- java.lang.Object
-
- edu.jas.poly.TableRelation<C>
-
- All Implemented Interfaces:
- java.io.Serializable
public class TableRelation<C extends RingElem<C>> extends java.lang.Object implements java.io.SerializableTableRelation container for storage and printing in RelationTable.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description ExpVectoreFirst ExpVector of the data structure.ExpVectorfSecond ExpVector of the data structure.GenSolvablePolynomial<C>pGenSolvablePolynomial of the data structure.
-
Constructor Summary
Constructors Constructor and Description TableRelation(ExpVector e, ExpVector f, GenSolvablePolynomial<C> p)Constructor to setup the data structure.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringtoString()Get the String representation.
-
-
-
Field Detail
-
e
public final ExpVector e
First ExpVector of the data structure.
-
f
public final ExpVector f
Second ExpVector of the data structure.
-
p
public final GenSolvablePolynomial<C extends RingElem<C>> p
GenSolvablePolynomial of the data structure.
-
-
Constructor Detail
-
TableRelation
public TableRelation(ExpVector e, ExpVector f, GenSolvablePolynomial<C> p)
Constructor to setup the data structure.- Parameters:
e- first term.f- second term.p- product polynomial.
-
-
DMelt 3.0 © DataMelt by jWork.ORG