Class GroebnerBaseF5zSigSeqIter<C extends RingElem<C>>
java.lang.Object
edu.jas.gb.GroebnerBaseAbstract<C>
edu.jas.gb.GroebnerBaseSigSeqIter<C>
edu.jas.gb.GroebnerBaseF5zSigSeqIter<C>
- Type Parameters:
C- coefficient type
- All Implemented Interfaces:
GroebnerBase<C>, Serializable
Groebner Base F5z signature based sequential iterative algorithm. Implements
Groebner bases.
- Author:
- Heinz Kredel
- See Also:
-
Field Summary
Fields inherited from class GroebnerBaseAbstract
blas, red, strategy -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor. -
Method Summary
Methods inherited from class GroebnerBaseSigSeqIter
GB, GBMethods inherited from class 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
-
GroebnerBaseF5zSigSeqIter
public GroebnerBaseF5zSigSeqIter()Constructor. -
GroebnerBaseF5zSigSeqIter
Constructor.- Parameters:
red- Reduction engine
-