Package edu.jas.gbufd

Class PseudoReductionEntry<C extends RingElem<C>>


  • public class PseudoReductionEntry<C extends RingElem<C>>
    extends java.lang.Object
    Polynomial reduction container. Used as container for the return value of normalformFactor.
    • Constructor Detail

      • PseudoReductionEntry

        public PseudoReductionEntry​(GenPolynomial<C> pol,
                                    C multiplicator)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object