public class PseudoReductionEntry<C extends RingElem<C>> extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
C |
multiplicator |
GenPolynomial<C> |
pol |
| Constructor and Description |
|---|
PseudoReductionEntry(GenPolynomial<C> pol,
C multiplicator) |
public final GenPolynomial<C extends RingElem<C>> pol
public final C extends RingElem<C> multiplicator
public PseudoReductionEntry(GenPolynomial<C> pol, C multiplicator)