ModularResultantpublic class Resultant
extends java.lang.Object
rho such that
res = rho*this + t*(x^n-1) for some integer t.| Modifier and Type | Field | Description |
|---|---|---|
java.math.BigInteger |
res |
Resultant of a polynomial with
x^n-1 |
BigIntPolynomial |
rho |
A polynomial such that
res = rho*this + t*(x^n-1) for some integer t |
public BigIntPolynomial rho
res = rho*this + t*(x^n-1) for some integer tpublic java.math.BigInteger res
x^n-1