Package edu.jas.gbufd

Class CharacteristicSetSimple<C extends GcdRingElem<C>>

java.lang.Object
edu.jas.gbufd.CharacteristicSetSimple<C>
Type Parameters:
C - coefficient type
All Implemented Interfaces:
CharacteristicSet<C>, Serializable

public class CharacteristicSetSimple<C extends GcdRingElem<C>> extends Object implements CharacteristicSet<C>
Characteristic Set class according to the simple algorithm, where the leading coefficients are not rereduced. Implements methods for Characteristic Sets and tests.
See Also:
  • Field Details

    • logger

      private static final org.apache.logging.log4j.Logger logger
    • debug

      private static final boolean debug
  • Constructor Details

    • CharacteristicSetSimple

      public CharacteristicSetSimple()
  • Method Details