|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.gbufd.MultiplicativeSet<C>
edu.jas.gbufd.MultiplicativeSetSquarefree<C>
C
- coefficient typepublic class MultiplicativeSetSquarefree<C extends GcdRingElem<C>>
Multiplicative set of squarefree and co-prime polynomials. a, b in M implies a*b in M, 1 in M.
Field Summary | |
---|---|
protected SquarefreeAbstract<C> |
engine
Squarefree decomposition engine. |
Fields inherited from class edu.jas.gbufd.MultiplicativeSet |
---|
mset, ring |
Constructor Summary | |
---|---|
|
MultiplicativeSetSquarefree(GenPolynomialRing<C> ring)
MultiplicativeSet constructor. |
protected |
MultiplicativeSetSquarefree(GenPolynomialRing<C> ring,
java.util.List<GenPolynomial<C>> ms,
SquarefreeAbstract<C> eng)
MultiplicativeSet constructor. |
Method Summary | |
---|---|
MultiplicativeSetSquarefree<C> |
add(GenPolynomial<C> cc)
Add polynomial to mset. |
MultiplicativeSetSquarefree<C> |
replace(java.util.List<GenPolynomial<C>> L)
Replace polynomial list of mset. |
java.lang.String |
toString()
toString. |
Methods inherited from class edu.jas.gbufd.MultiplicativeSet |
---|
contains, contains, equals, hashCode, isEmpty, removeFactors, removeFactors |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final SquarefreeAbstract<C extends GcdRingElem<C>> engine
Constructor Detail |
---|
public MultiplicativeSetSquarefree(GenPolynomialRing<C> ring)
ring
- polynomial ring factory for coefficients.protected MultiplicativeSetSquarefree(GenPolynomialRing<C> ring, java.util.List<GenPolynomial<C>> ms, SquarefreeAbstract<C> eng)
ring
- polynomial ring factory for coefficients.ms
- a list of non-zero polynomials.eng
- squarefree factorization engine.Method Detail |
---|
public java.lang.String toString()
toString
in class MultiplicativeSet<C extends GcdRingElem<C>>
Object.toString()
public MultiplicativeSetSquarefree<C> add(GenPolynomial<C> cc)
add
in class MultiplicativeSet<C extends GcdRingElem<C>>
cc
- polynomial to be added to mset.
public MultiplicativeSetSquarefree<C> replace(java.util.List<GenPolynomial<C>> L)
replace
in class MultiplicativeSet<C extends GcdRingElem<C>>
L
- polynomial list to replace mset.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |