edu.jas.gbufd
Class PseudoReductionEntry<C extends RingElem<C>>

java.lang.Object
  extended by edu.jas.gbufd.PseudoReductionEntry<C>

public class PseudoReductionEntry<C extends RingElem<C>>
extends java.lang.Object

Polynomial reduction container. Used as container for the return value of normalformFactor.

Author:
Heinz Kredel

Field Summary
 C multiplicator
           
 GenPolynomial<C> pol
           
 
Constructor Summary
PseudoReductionEntry(GenPolynomial<C> pol, C multiplicator)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pol

public final GenPolynomial<C extends RingElem<C>> pol

multiplicator

public final C extends RingElem<C> multiplicator
Constructor Detail

PseudoReductionEntry

public PseudoReductionEntry(GenPolynomial<C> pol,
                            C multiplicator)