|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jas.gbufd.PseudoReductionEntry<C>
public class PseudoReductionEntry<C extends RingElem<C>>
Polynomial reduction container. Used as container for the return value of normalformFactor.
| 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 |
|---|
public final GenPolynomial<C extends RingElem<C>> pol
public final C extends RingElem<C> multiplicator
| Constructor Detail |
|---|
public PseudoReductionEntry(GenPolynomial<C> pol,
C multiplicator)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||