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