public class Resultant
extends java.lang.Object
rho
such that
res = rho*this + t*(x^n-1) for some integer t
.Modifier and Type | Field and 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 |
Constructor and Description |
---|
Resultant(BigIntPolynomial rho,
java.math.BigInteger res) |
public BigIntPolynomial rho
res = rho*this + t*(x^n-1) for some integer t
public java.math.BigInteger res
x^n-1
Resultant(BigIntPolynomial rho, java.math.BigInteger res)