Package edu.jas.gb

Class ReductionSeq<C extends RingElem<C>>

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

    public class ReductionSeq<C extends RingElem<C>>
    extends ReductionAbstract<C>
    Polynomial reduction sequential use algorithm. Implements normalform.
    See Also:
    Serialized Form
    • Field Detail

      • logger

        private static final org.apache.logging.log4j.Logger logger
    • Constructor Detail

      • ReductionSeq

        public ReductionSeq()
        Constructor.