static GroebnerBaseAbstract<BigInteger> |
GBFactory.getImplementation(BigInteger fac,
GBFactory.Algo a) |
Determine suitable implementation of GB algorithms, case BigInteger.
|
static GroebnerBaseAbstract<BigInteger> |
GBFactory.getImplementation(BigInteger fac,
GBFactory.Algo a,
PairList<BigInteger> pl) |
Determine suitable implementation of GB algorithms, case BigInteger.
|
static GroebnerBaseAbstract<BigRational> |
GBFactory.getImplementation(BigRational fac,
GBFactory.Algo a) |
Determine suitable implementation of GB algorithms, case BigRational.
|
static GroebnerBaseAbstract<BigRational> |
GBFactory.getImplementation(BigRational fac,
GBFactory.Algo a,
PairList<BigRational> pl) |
Determine suitable implementation of GB algorithms, case BigRational.
|
static <C extends GcdRingElem<C>> GroebnerBaseAbstract<GenPolynomial<C>> |
GBFactory.getImplementation(GenPolynomialRing<C> fac,
GBFactory.Algo a) |
Determine suitable implementation of GB algorithms, case (recursive)
polynomial.
|
static <C extends GcdRingElem<C>> GroebnerBaseAbstract<GenPolynomial<C>> |
GBFactory.getImplementation(GenPolynomialRing<C> fac,
GBFactory.Algo a,
PairList<GenPolynomial<C>> pl) |
Determine suitable implementation of GB algorithms, case (recursive)
polynomial.
|
static <C extends GcdRingElem<C>> GroebnerBaseAbstract<Quotient<C>> |
GBFactory.getImplementation(QuotientRing<C> fac,
GBFactory.Algo a) |
Determine suitable implementation of GB algorithms, case Quotient
coefficients.
|
static <C extends GcdRingElem<C>> GroebnerBaseAbstract<Quotient<C>> |
GBFactory.getImplementation(QuotientRing<C> fac,
GBFactory.Algo a,
PairList<Quotient<C>> pl) |
Determine suitable implementation of GB algorithms, case Quotient
coefficients.
|
static SolvableGroebnerBaseAbstract<BigInteger> |
SGBFactory.getImplementation(BigInteger fac,
GBFactory.Algo a) |
Determine suitable implementation of GB algorithms, case BigInteger.
|
static SolvableGroebnerBaseAbstract<BigInteger> |
SGBFactory.getImplementation(BigInteger fac,
GBFactory.Algo a,
PairList<BigInteger> pl) |
Determine suitable implementation of GB algorithms, case BigInteger.
|
static SolvableGroebnerBaseAbstract<BigRational> |
SGBFactory.getImplementation(BigRational fac,
GBFactory.Algo a) |
Determine suitable implementation of GB algorithms, case BigRational.
|
static SolvableGroebnerBaseAbstract<BigRational> |
SGBFactory.getImplementation(BigRational fac,
GBFactory.Algo a,
PairList<BigRational> pl) |
Determine suitable implementation of GB algorithms, case BigRational.
|
static <C extends GcdRingElem<C>> SolvableGroebnerBaseAbstract<GenPolynomial<C>> |
SGBFactory.getImplementation(GenPolynomialRing<C> fac,
GBFactory.Algo a) |
Determine suitable implementation of GB algorithms, case (recursive)
polynomial.
|
static <C extends GcdRingElem<C>> SolvableGroebnerBaseAbstract<GenPolynomial<C>> |
SGBFactory.getImplementation(GenPolynomialRing<C> fac,
GBFactory.Algo a,
PairList<GenPolynomial<C>> pl) |
Determine suitable implementation of GB algorithms, case (recursive)
polynomial.
|
static <C extends GcdRingElem<C>> SolvableGroebnerBaseAbstract<Quotient<C>> |
SGBFactory.getImplementation(QuotientRing<C> fac,
GBFactory.Algo a) |
Determine suitable implementation of GB algorithms, case Quotient
coefficients.
|
static <C extends GcdRingElem<C>> SolvableGroebnerBaseAbstract<Quotient<C>> |
SGBFactory.getImplementation(QuotientRing<C> fac,
GBFactory.Algo a,
PairList<Quotient<C>> pl) |
Determine suitable implementation of GB algorithms, case Quotient
coefficients.
|