|
|||||||||
| 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.SquarefreeFieldCharP<Quotient<C>>
edu.jas.ufd.SquarefreeInfiniteFieldCharP<C>
public class SquarefreeInfiniteFieldCharP<C extends GcdRingElem<C>>
Squarefree decomposition for infinite coefficient fields of characteristic p.
| Field Summary | |
|---|---|
protected SquarefreeAbstract<C> |
rengine
GCD engine for infinite ring of characteristic p base coefficients. |
| Fields inherited from class edu.jas.ufd.SquarefreeFieldCharP |
|---|
aCoFac, coFac, qCoFac |
| Fields inherited from class edu.jas.ufd.SquarefreeAbstract |
|---|
engine |
| Constructor Summary | |
|---|---|
SquarefreeInfiniteFieldCharP(RingFactory<Quotient<C>> fac)
Constructor. |
|
| Method Summary | |
|---|---|
GenPolynomial<Quotient<C>> |
baseRootCharacteristic(GenPolynomial<Quotient<C>> P)
GenPolynomial char-th root univariate polynomial. |
GenPolynomial<GenPolynomial<Quotient<C>>> |
recursiveUnivariateRootCharacteristic(GenPolynomial<GenPolynomial<Quotient<C>>> P)
GenPolynomial char-th root univariate polynomial with polynomial coefficients. |
GenPolynomial<Quotient<C>> |
rootCharacteristic(GenPolynomial<Quotient<C>> P)
GenPolynomial char-th root main variable. |
java.util.SortedMap<Quotient<C>,java.lang.Long> |
rootCharacteristic(Quotient<C> P)
Characteristics root of a Quotient. |
java.util.SortedMap<Quotient<C>,java.lang.Long> |
squarefreeFactors(Quotient<C> P)
Squarefree factors of a Quotient. |
| Methods inherited from class edu.jas.ufd.SquarefreeFieldCharP |
|---|
baseSquarefreeFactors, baseSquarefreePart, isCharRoot, isRecursiveCharRoot, isRecursiveCharRoot, recursiveUnivariateSquarefreeFactors, recursiveUnivariateSquarefreePart, squarefreeFactors, squarefreePart, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final SquarefreeAbstract<C extends GcdRingElem<C>> rengine
| Constructor Detail |
|---|
public SquarefreeInfiniteFieldCharP(RingFactory<Quotient<C>> fac)
| Method Detail |
|---|
public java.util.SortedMap<Quotient<C>,java.lang.Long> squarefreeFactors(Quotient<C> P)
squarefreeFactors in class SquarefreeFieldCharP<Quotient<C extends GcdRingElem<C>>>P - Quotient.
public java.util.SortedMap<Quotient<C>,java.lang.Long> rootCharacteristic(Quotient<C> P)
P - Quotient.
public GenPolynomial<Quotient<C>> rootCharacteristic(GenPolynomial<Quotient<C>> P)
P - univariate GenPolynomial with Quotient coefficients.
public GenPolynomial<Quotient<C>> baseRootCharacteristic(GenPolynomial<Quotient<C>> P)
baseRootCharacteristic in class SquarefreeFieldCharP<Quotient<C extends GcdRingElem<C>>>P - GenPolynomial.
public GenPolynomial<GenPolynomial<Quotient<C>>> recursiveUnivariateRootCharacteristic(GenPolynomial<GenPolynomial<Quotient<C>>> P)
recursiveUnivariateRootCharacteristic in class SquarefreeFieldCharP<Quotient<C extends GcdRingElem<C>>>P - recursive univariate GenPolynomial.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||