C - BigRational coefficient typepublic class GroebnerBaseRational<C extends BigRational> extends GroebnerBaseAbstract<BigRational>
| Modifier and Type | Field and Description |
|---|---|
GroebnerBaseAbstract<BigInteger> |
bba |
blas, red, strategy| Constructor and Description |
|---|
GroebnerBaseRational()
Constructor.
|
GroebnerBaseRational(GroebnerBaseAbstract<BigInteger> bba)
Constructor.
|
GroebnerBaseRational(int threads)
Constructor.
|
GroebnerBaseRational(int threads,
PairList<BigInteger> pl)
Constructor.
|
GroebnerBaseRational(PairList<BigInteger> pl)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
cancel()
Cancel ThreadPool.
|
java.util.List<GenPolynomial<BigRational>> |
GB(int modv,
java.util.List<GenPolynomial<BigRational>> F)
Groebner base using fraction free computation.
|
java.util.List<GenPolynomial<BigRational>> |
minimalGB(java.util.List<GenPolynomial<BigRational>> Gp)
Minimal ordered Groebner basis.
|
void |
terminate()
Cleanup and terminate ThreadPool.
|
java.lang.String |
toString()
Get the String representation with GB engines.
|
commonZeroTest, constructUnivariate, extGB, extGB, GB, GB, GB, isGB, isGB, isGB, isGB, isGB, isGB, isGBidem, isGBsimple, isMinimalGB, isReductionMatrix, isReductionMatrix, minimalExtendedGB, normalizeMatrix, normalizeZerosOnes, univariateDegreespublic final GroebnerBaseAbstract<BigInteger> bba
public GroebnerBaseRational()
public GroebnerBaseRational(int threads)
threads - the number of parallel threads.public GroebnerBaseRational(PairList<BigInteger> pl)
pl - pair selection strategypublic GroebnerBaseRational(int threads, PairList<BigInteger> pl)
threads - the number of parallel threads.pl - pair selection strategypublic GroebnerBaseRational(GroebnerBaseAbstract<BigInteger> bba)
bba - Groebner base algorithm for BigInteger coefficients.public java.lang.String toString()
toString in class GroebnerBaseAbstract<BigRational>Object.toString()public java.util.List<GenPolynomial<BigRational>> GB(int modv, java.util.List<GenPolynomial<BigRational>> F)
modv - module variable number.F - polynomial list.public java.util.List<GenPolynomial<BigRational>> minimalGB(java.util.List<GenPolynomial<BigRational>> Gp)
minimalGB in interface GroebnerBase<BigRational>minimalGB in class GroebnerBaseAbstract<BigRational>Gp - a Groebner base.public void terminate()
terminate in class GroebnerBaseAbstract<BigRational>public int cancel()
cancel in class GroebnerBaseAbstract<BigRational>