|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jas.ufd.SquarefreeAbstract<C>
edu.jas.ufd.SquarefreeRingChar0<C>
public class SquarefreeRingChar0<C extends GcdRingElem<C>>
Squarefree decomposition for coefficient rings of characteristic 0.
| Field Summary | |
|---|---|
protected RingFactory<C> |
coFac
Factory for ring of characteristic 0 coefficients. |
| Fields inherited from class edu.jas.ufd.SquarefreeAbstract |
|---|
engine |
| Constructor Summary | |
|---|---|
SquarefreeRingChar0(RingFactory<C> fac)
Constructor. |
|
| Method Summary | |
|---|---|
java.util.SortedMap<GenPolynomial<C>,java.lang.Long> |
baseSquarefreeFactors(GenPolynomial<C> A)
GenPolynomial polynomial squarefree factorization. |
GenPolynomial<C> |
baseSquarefreePart(GenPolynomial<C> P)
GenPolynomial polynomial greatest squarefree divisor. |
java.util.SortedMap<GenPolynomial<GenPolynomial<C>>,java.lang.Long> |
recursiveUnivariateSquarefreeFactors(GenPolynomial<GenPolynomial<C>> P)
GenPolynomial recursive univariate polynomial squarefree factorization. |
GenPolynomial<GenPolynomial<C>> |
recursiveUnivariateSquarefreePart(GenPolynomial<GenPolynomial<C>> P)
GenPolynomial recursive univariate polynomial greatest squarefree divisor. |
java.util.SortedMap<C,java.lang.Long> |
squarefreeFactors(C P)
Coefficients squarefree factorization. |
java.util.SortedMap<GenPolynomial<C>,java.lang.Long> |
squarefreeFactors(GenPolynomial<C> P)
GenPolynomial squarefree factorization. |
GenPolynomial<C> |
squarefreePart(GenPolynomial<C> P)
GenPolynomial greatest squarefree divisor. |
java.lang.String |
toString()
Get the String representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final RingFactory<C extends GcdRingElem<C>> coFac
| Constructor Detail |
|---|
public SquarefreeRingChar0(RingFactory<C> fac)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public GenPolynomial<C> baseSquarefreePart(GenPolynomial<C> P)
baseSquarefreePart in class SquarefreeAbstract<C extends GcdRingElem<C>>P - GenPolynomial.
public java.util.SortedMap<GenPolynomial<C>,java.lang.Long> baseSquarefreeFactors(GenPolynomial<C> A)
baseSquarefreeFactors in class SquarefreeAbstract<C extends GcdRingElem<C>>A - GenPolynomial.
public GenPolynomial<GenPolynomial<C>> recursiveUnivariateSquarefreePart(GenPolynomial<GenPolynomial<C>> P)
recursiveUnivariateSquarefreePart in class SquarefreeAbstract<C extends GcdRingElem<C>>P - recursive univariate GenPolynomial.
public java.util.SortedMap<GenPolynomial<GenPolynomial<C>>,java.lang.Long> recursiveUnivariateSquarefreeFactors(GenPolynomial<GenPolynomial<C>> P)
recursiveUnivariateSquarefreeFactors in class SquarefreeAbstract<C extends GcdRingElem<C>>P - recursive univariate GenPolynomial.
public GenPolynomial<C> squarefreePart(GenPolynomial<C> P)
squarefreePart in interface Squarefree<C extends GcdRingElem<C>>squarefreePart in class SquarefreeAbstract<C extends GcdRingElem<C>>P - GenPolynomial.
public java.util.SortedMap<GenPolynomial<C>,java.lang.Long> squarefreeFactors(GenPolynomial<C> P)
squarefreeFactors in interface Squarefree<C extends GcdRingElem<C>>squarefreeFactors in class SquarefreeAbstract<C extends GcdRingElem<C>>P - GenPolynomial.
public java.util.SortedMap<C,java.lang.Long> squarefreeFactors(C P)
squarefreeFactors in class SquarefreeAbstract<C extends GcdRingElem<C>>P - coefficient.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||