Documentation of 'edu.jas.gb.GroebnerBaseParallel' Java class
GroebnerBaseParallel
edu.jas.gb

Class GroebnerBaseParallel<C extends RingElem<C>>

    • Constructor Detail

      • GroebnerBaseParallel

        public GroebnerBaseParallel()
        Constructor.
      • GroebnerBaseParallel

        public GroebnerBaseParallel(int threads)
        Constructor.
        Parameters:
        threads - number of threads to use.
      • GroebnerBaseParallel

        public GroebnerBaseParallel(int threads,
                                    Reduction<C> red)
        Constructor.
        Parameters:
        threads - number of threads to use.
        red - parallelism aware reduction engine
      • GroebnerBaseParallel

        public GroebnerBaseParallel(int threads,
                                    PairList<C> pl)
        Constructor.
        Parameters:
        threads - number of threads to use.
        pl - pair selection strategy
      • GroebnerBaseParallel

        public GroebnerBaseParallel(int threads,
                                    ThreadPool pool)
        Constructor.
        Parameters:
        threads - number of threads to use.
        pool - ThreadPool to use.
      • GroebnerBaseParallel

        public GroebnerBaseParallel(int threads,
                                    ThreadPool pool,
                                    Reduction<C> red)
        Constructor.
        Parameters:
        pool - ThreadPool to use.
        red - Reduction engine
      • GroebnerBaseParallel

        public GroebnerBaseParallel(int threads,
                                    Reduction<C> red,
                                    PairList<C> pl)
        Constructor.
        Parameters:
        red - Reduction engine
        pl - pair selection strategy
      • GroebnerBaseParallel

        public GroebnerBaseParallel(int threads,
                                    ThreadPool pool,
                                    Reduction<C> red,
                                    PairList<C> pl)
        Constructor.
        Parameters:
        threads - number of threads to use.
        pool - ThreadPool to use.
        red - parallelism aware reduction engine
        pl - pair selection strategy

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.