Package edu.jas.gb

Class MiMPJReducerServer<C extends edu.jas.structure.RingElem<C>>

  • All Implemented Interfaces:
    java.lang.Runnable

    class MiMPJReducerServer<C extends edu.jas.structure.RingElem<C>>
    extends java.lang.Object
    implements java.lang.Runnable
    Distributed server reducing worker threads for minimal GB Not jet distributed but threaded.
    • Constructor Summary

      Constructors 
      Constructor Description
      MiMPJReducerServer​(java.util.List<edu.jas.poly.GenPolynomial<C>> G, edu.jas.poly.GenPolynomial<C> p)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      edu.jas.poly.GenPolynomial<C> getNF()
      getNF.
      void run()
      Main run method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MiMPJReducerServer

        MiMPJReducerServer​(java.util.List<edu.jas.poly.GenPolynomial<C>> G,
                           edu.jas.poly.GenPolynomial<C> p)
        Constructor.
        Parameters:
        G - polynomial list.
        p - polynomial.
    • Method Detail

      • getNF

        public edu.jas.poly.GenPolynomial<CgetNF()
        getNF. Blocks until the normal form is computed.
        Returns:
        the computed normal form.
      • run

        public void run()
        Main run method.
        Specified by:
        run in interface java.lang.Runnable