Package edu.jas.poly

Class TableRelation<C extends RingElem<C>>

  • All Implemented Interfaces:
    java.io.Serializable

    public class TableRelation<C extends RingElem<C>>
    extends java.lang.Object
    implements java.io.Serializable
    TableRelation container for storage and printing in RelationTable.
    See Also:
    Serialized Form
    • 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.
    • Method Detail

      • toString

        public java.lang.String toString()
        Get the String representation.
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()