public class GBOptimized<C extends GcdRingElem<C>> extends GroebnerBaseAbstract<C>
Modifier and Type | Field and Description |
---|---|
GroebnerBaseAbstract<C> |
e1
GB engine.
|
boolean |
retPermuted
Indicator for return of permuted polynomials.
|
blas, red, strategy
Constructor and Description |
---|
GBOptimized(GroebnerBaseAbstract<C> e1)
GBOptimized constructor.
|
GBOptimized(GroebnerBaseAbstract<C> e1,
boolean rP)
GBOptimized constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
cancel()
Cancel ThreadPool.
|
java.util.List<GenPolynomial<C>> |
GB(int modv,
java.util.List<GenPolynomial<C>> F)
Groebner base.
|
void |
terminate()
Cleanup and terminate ThreadPool.
|
java.lang.String |
toString()
Get the String representation with GB engine.
|
commonZeroTest, constructUnivariate, extGB, extGB, GB, GB, GB, isGB, isGB, isGB, isGB, isGB, isGB, isGBidem, isGBsimple, isMinimalGB, isReductionMatrix, isReductionMatrix, minimalExtendedGB, minimalGB, normalizeMatrix, normalizeZerosOnes, univariateDegrees
public final GroebnerBaseAbstract<C extends GcdRingElem<C>> e1
public final boolean retPermuted
public GBOptimized(GroebnerBaseAbstract<C> e1)
e1
- Groebner base engine.public GBOptimized(GroebnerBaseAbstract<C> e1, boolean rP)
e1
- Groebner base engine.rP
- true for return of permuted polynomials, false for inverse
permuted polynomials and new GB computation.public java.lang.String toString()
toString
in class GroebnerBaseAbstract<C extends GcdRingElem<C>>
Object.toString()
public void terminate()
terminate
in class GroebnerBaseAbstract<C extends GcdRingElem<C>>
public int cancel()
cancel
in class GroebnerBaseAbstract<C extends GcdRingElem<C>>
public java.util.List<GenPolynomial<C>> GB(int modv, java.util.List<GenPolynomial<C>> F)
modv
- module variable number.F
- polynomial list.