|
|||||||||
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<AlgebraicNumber<C>>
edu.jas.ufd.SquarefreeInfiniteAlgebraicFieldCharP<C>
public class SquarefreeInfiniteAlgebraicFieldCharP<C extends GcdRingElem<C>>
Squarefree decomposition for algebraic extensions of infinite coefficient fields of characteristic p > 0.
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 | |
---|---|
SquarefreeInfiniteAlgebraicFieldCharP(RingFactory<AlgebraicNumber<C>> fac)
Constructor. |
Method Summary | |
---|---|
GenPolynomial<AlgebraicNumber<C>> |
baseRootCharacteristic(GenPolynomial<AlgebraicNumber<C>> P)
GenPolynomial char-th root univariate polynomial. |
GenPolynomial<GenPolynomial<AlgebraicNumber<C>>> |
recursiveUnivariateRootCharacteristic(GenPolynomial<GenPolynomial<AlgebraicNumber<C>>> P)
GenPolynomial char-th root univariate polynomial with polynomial coefficients. |
java.util.SortedMap<AlgebraicNumber<C>,java.lang.Long> |
rootCharacteristic(AlgebraicNumber<C> P)
Characteristics root of a AlgebraicNumber. |
GenPolynomial<AlgebraicNumber<C>> |
rootCharacteristic(GenPolynomial<AlgebraicNumber<C>> P)
GenPolynomial char-th root main variable. |
java.util.SortedMap<AlgebraicNumber<C>,java.lang.Long> |
squarefreeFactors(AlgebraicNumber<C> P)
Squarefree factors of a AlgebraicNumber. |
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 SquarefreeInfiniteAlgebraicFieldCharP(RingFactory<AlgebraicNumber<C>> fac)
Method Detail |
---|
public java.util.SortedMap<AlgebraicNumber<C>,java.lang.Long> squarefreeFactors(AlgebraicNumber<C> P)
squarefreeFactors
in class SquarefreeFieldCharP<AlgebraicNumber<C extends GcdRingElem<C>>>
P
- AlgebraicNumber.
public java.util.SortedMap<AlgebraicNumber<C>,java.lang.Long> rootCharacteristic(AlgebraicNumber<C> P)
P
- AlgebraicNumber.
public GenPolynomial<AlgebraicNumber<C>> rootCharacteristic(GenPolynomial<AlgebraicNumber<C>> P)
P
- univariate GenPolynomial with AlgebraicNumber coefficients.
public GenPolynomial<AlgebraicNumber<C>> baseRootCharacteristic(GenPolynomial<AlgebraicNumber<C>> P)
baseRootCharacteristic
in class SquarefreeFieldCharP<AlgebraicNumber<C extends GcdRingElem<C>>>
P
- GenPolynomial.
public GenPolynomial<GenPolynomial<AlgebraicNumber<C>>> recursiveUnivariateRootCharacteristic(GenPolynomial<GenPolynomial<AlgebraicNumber<C>>> P)
recursiveUnivariateRootCharacteristic
in class SquarefreeFieldCharP<AlgebraicNumber<C extends GcdRingElem<C>>>
P
- recursive univariate GenPolynomial.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |