public class PSUtil extends java.lang.Object
| Constructor and Description |
|---|
PSUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <C extends RingElem<C>> |
monic(java.util.List<MultiVarPowerSeries<C>> L)
Power series list monic.
|
static <C extends RingElem<C>> |
monicUniv(java.util.List<UnivPowerSeries<C>> L)
Univariate power series list monic.
|
public PSUtil()
public static <C extends RingElem<C>> java.util.List<MultiVarPowerSeries<C>> monic(java.util.List<MultiVarPowerSeries<C>> L)
C - coefficient type.L - list of power series with field coefficients.public static <C extends RingElem<C>> java.util.List<UnivPowerSeries<C>> monicUniv(java.util.List<UnivPowerSeries<C>> L)
C - coefficient type.L - list of univariate power series with field coefficients.