Package edu.jas.gbmod

Class ModGroebnerBasePar<C extends GcdRingElem<C>>

All Implemented Interfaces:
ModGroebnerBase<C>

@Deprecated public class ModGroebnerBasePar<C extends GcdRingElem<C>> extends ModGroebnerBaseSeq<C>
Deprecated.
use respective methods from GroebnerBaseParallel
Module Groebner Bases sequential algorithm. Implements Groebner bases and GB test.
  • Constructor Details

    • ModGroebnerBasePar

      public ModGroebnerBasePar(RingFactory<C> cf)
      Deprecated.
      Constructor.
      Parameters:
      cf - coefficient ring.
    • ModGroebnerBasePar

      public ModGroebnerBasePar(GroebnerBaseAbstract<C> bb)
      Deprecated.
      Constructor.
      Parameters:
      bb - Groebner base algorithm.
  • Method Details