Documentation of 'edu.jas.gbufd.GroebnerBasePseudoParallel' Java class
GroebnerBasePseudoParallel
edu.jas.gbufd

Class GroebnerBasePseudoParallel<C extends GcdRingElem<C>>

    • Constructor Detail

      • GroebnerBasePseudoParallel

        public GroebnerBasePseudoParallel(int threads,
                                          RingFactory<C> rf)
        Constructor.
        Parameters:
        threads - number of threads to use.
        rf - coefficient ring factory.
      • GroebnerBasePseudoParallel

        public GroebnerBasePseudoParallel(int threads,
                                          RingFactory<C> rf,
                                          PseudoReduction<C> red)
        Constructor.
        Parameters:
        threads - number of threads to use.
        rf - coefficient ring factory. Note: red must be an instance of PseudoReductionPar.
        red - pseudo reduction engine.
      • GroebnerBasePseudoParallel

        public GroebnerBasePseudoParallel(int threads,
                                          RingFactory<C> rf,
                                          PseudoReduction<C> red,
                                          ThreadPool pool)
        Constructor.
        Parameters:
        threads - number of threads to use.
        rf - coefficient ring factory. Note: red must be an instance of PseudoReductionPar.
        red - pseudo reduction engine.
        pool - ThreadPool to use.
      • GroebnerBasePseudoParallel

        public GroebnerBasePseudoParallel(int threads,
                                          RingFactory<C> rf,
                                          PairList<C> pl)
        Constructor.
        Parameters:
        threads - number of threads to use.
        rf - coefficient ring factory. Note: red must be an instance of PseudoReductionPar.
        pl - pair selection strategy
      • GroebnerBasePseudoParallel

        public GroebnerBasePseudoParallel(int threads,
                                          RingFactory<C> rf,
                                          PseudoReduction<C> red,
                                          ThreadPool pool,
                                          PairList<C> pl)
        Constructor.
        Parameters:
        threads - number of threads to use.
        rf - coefficient ring factory. Note: red must be an instance of PseudoReductionPar.
        red - pseudo reduction engine.
        pool - ThreadPool to use.
        pl - pair selection strategy

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.