public class Resultant extends Object
rho
such that
res = rho*this + t*(x^n-1) for some integer t
.Modifier and Type | Field and Description |
---|---|
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 t
public BigInteger res
x^n-1
Copyright © 2017 BouncyCastle.org. All rights reserved.