Package edu.jas.gb
Class GroebnerBaseArriSigSeqIter<C extends RingElem<C>>
java.lang.Object
edu.jas.gb.GroebnerBaseAbstract<C>
edu.jas.gb.GroebnerBaseSigSeqIter<C>
edu.jas.gb.GroebnerBaseArriSigSeqIter<C>
- Type Parameters:
C- coefficient type
- All Implemented Interfaces:
GroebnerBase<C>,Serializable
Groebner Base Arri signature based sequential iterative algorithm. Implements
Groebner bases.
- Author:
- Heinz Kredel
- See Also:
-
Field Summary
Fields inherited from class edu.jas.gb.GroebnerBaseAbstract
blas, red, strategy -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor. -
Method Summary
Methods inherited from class edu.jas.gb.GroebnerBaseSigSeqIter
GB, GBMethods inherited from class edu.jas.gb.GroebnerBaseAbstract
cancel, commonZeroTest, constructUnivariate, extGB, extGB, GB, GB, GB, isGB, isGB, isGB, isGB, isGB, isGB, isGBidem, isGBsimple, isMinimalGB, isMinReductionMatrix, isMinReductionMatrix, isReductionMatrix, isReductionMatrix, minimalExtendedGB, minimalGB, normalizeMatrix, normalizeZerosOnes, terminate, toString, univariateDegrees
-
Constructor Details
-
GroebnerBaseArriSigSeqIter
public GroebnerBaseArriSigSeqIter()Constructor. -
GroebnerBaseArriSigSeqIter
Constructor.- Parameters:
red- Reduction engine
-