Package edu.jas.gbufd

Class CharacteristicSetSimple<C extends GcdRingElem<C>>

  • Type Parameters:
    C - coefficient type
    All Implemented Interfaces:
    CharacteristicSet<C>, java.io.Serializable

    public class CharacteristicSetSimple<C extends GcdRingElem<C>>
    extends java.lang.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:
    Serialized Form
    • Field Detail

      • logger

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

        private static final boolean debug
    • Constructor Detail

      • CharacteristicSetSimple

        public CharacteristicSetSimple()