|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.ufd.FactorAbstract<BigInteger>
edu.jas.ufd.FactorInteger<MOD>
MOD
- public class FactorInteger<MOD extends GcdRingElem<MOD> & Modular>
Field Summary | |
---|---|
protected GreatestCommonDivisorAbstract<MOD> |
mengine
Gcd engine for modular base coefficients. |
protected FactorAbstract<MOD> |
mfactor
Factorization engine for modular base coefficients. |
Fields inherited from class edu.jas.ufd.FactorAbstract |
---|
engine, sengine |
Constructor Summary | |
---|---|
FactorInteger()
No argument constructor. |
|
FactorInteger(RingFactory<BigInteger> cfac)
Constructor. |
Method Summary | ||
---|---|---|
java.util.List<GenPolynomial<BigInteger>> |
baseFactorsSquarefree(GenPolynomial<BigInteger> P)
GenPolynomial base factorization of a squarefree polynomial. |
|
static
|
degreeSum(java.util.List<GenPolynomial<C>> L)
Sum of all degrees. |
|
java.util.BitSet |
factorDegrees(java.util.List<ExpVector> E,
int deg)
BitSet for factor degree list. |
|
java.util.List<GenPolynomial<BigInteger>> |
factorsSquarefree(GenPolynomial<BigInteger> P)
GenPolynomial factorization of a multivariate squarefree polynomial, using Hensel lifting if possible. |
|
java.util.List<GenPolynomial<BigInteger>> |
factorsSquarefreeHensel(GenPolynomial<BigInteger> P)
GenPolynomial factorization of a multivariate squarefree polynomial, using Hensel lifting. |
Methods inherited from class edu.jas.ufd.FactorAbstract |
---|
baseFactors, baseFactorsRadical, basePrimitivePart, factors, factorsDegree, factorsRadical, factorsRadical, isFactorization, isFactorization, isIrreducible, isRecursiveFactorization, isReducible, isSquarefree, primitivePart, recursiveFactors, recursiveFactorsSquarefree, squarefreeFactors, squarefreePart, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final FactorAbstract<MOD extends GcdRingElem<MOD> & Modular> mfactor
protected final GreatestCommonDivisorAbstract<MOD extends GcdRingElem<MOD> & Modular> mengine
Constructor Detail |
---|
public FactorInteger()
public FactorInteger(RingFactory<BigInteger> cfac)
cfac
- coefficient ring factory.Method Detail |
---|
public java.util.List<GenPolynomial<BigInteger>> baseFactorsSquarefree(GenPolynomial<BigInteger> P)
baseFactorsSquarefree
in class FactorAbstract<BigInteger>
P
- squarefree and primitive! GenPolynomial.
public java.util.BitSet factorDegrees(java.util.List<ExpVector> E, int deg)
E
- exponent vector list.
public static <C extends RingElem<C>> long degreeSum(java.util.List<GenPolynomial<C>> L)
L
- univariate polynomial list.
public java.util.List<GenPolynomial<BigInteger>> factorsSquarefree(GenPolynomial<BigInteger> P)
factorsSquarefree
in interface Factorization<BigInteger>
factorsSquarefree
in class FactorAbstract<BigInteger>
P
- squarefree and primitive! (respectively monic) multivariate
GenPolynomial over the integers.
public java.util.List<GenPolynomial<BigInteger>> factorsSquarefreeHensel(GenPolynomial<BigInteger> P)
P
- squarefree and primitive! (respectively monic) multivariate
GenPolynomial over the integers.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |