public class SquarefreeRingChar0<C extends GcdRingElem<C>> extends SquarefreeAbstract<C>
| Modifier and Type | Field and Description |
|---|---|
protected RingFactory<C> |
coFac
Factory for ring of characteristic 0 coefficients.
|
engine| Constructor and Description |
|---|
SquarefreeRingChar0(RingFactory<C> fac)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
basePartialFraction, coPrimeSquarefree, coPrimeSquarefree, factorCount, isBasePartialFraction, isCoPrimeSquarefree, isFactorization, isFactorization, isRecursiveFactorization, isRecursiveSquarefree, isSquarefree, isSquarefree, normalizeFactorization, recursiveSquarefreeFactors, recursiveSquarefreePart, squarefreePartprotected final RingFactory<C extends GcdRingElem<C>> coFac
public SquarefreeRingChar0(RingFactory<C> fac)
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.