Package edu.jas.poly

Class TableRelation<C extends RingElem<C>>

java.lang.Object
edu.jas.poly.TableRelation<C>
All Implemented Interfaces:
Serializable

public class TableRelation<C extends RingElem<C>> extends Object implements Serializable
TableRelation container for storage and printing in RelationTable.
See Also:
  • Field Details

    • 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 Details

    • 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 Details