|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Polynomial | |
---|---|
common | Provides classes needed for encryption and polynomial operations. |
obsolete | Contains obsolete classes. |
Uses of Polynomial in common |
---|
Methods in common that return Polynomial | |
---|---|
Polynomial |
Polynomial.add(Polynomial p)
Returns a new univariate polynomial as the sum of this polynomial and another polynomial. |
static Polynomial |
Polynomial.createLagrange(int[] x,
int i)
Creates a univariate polynomial in Lagrange form. |
Polynomial |
Polynomial.mod(java.math.BigInteger m)
Returns a new univariate polynomial by mod-ing all coefficients of this polynomial by a given modulus. |
Polynomial |
Polynomial.multiply(java.math.BigInteger k)
Returns a new univariate polynomial by multiplying this polynomial with a scalar value in Java BigInteger type. |
Polynomial |
Polynomial.multiply(int k)
Returns a new univariate polynomial by multiplying this polynomial with a scalar value in integer type. |
Polynomial |
Polynomial.multiply(Polynomial p)
Returns a new univariate polynomial by multiplying this polynomial with another polynomial. |
Polynomial |
Polynomial.negate()
Returns a new univariate polynomial by negating this polynomial. |
Polynomial |
Polynomial.pow(int exponent)
Returns a new univariate polynomial as an exponentiation of this polynomial. |
Polynomial |
Polynomial.subtract(Polynomial p)
Returns a new univariate polynomial as the result of subtracting this polynomial by another polynomial. |
Methods in common with parameters of type Polynomial | |
---|---|
Polynomial |
Polynomial.add(Polynomial p)
Returns a new univariate polynomial as the sum of this polynomial and another polynomial. |
void |
LocalCount.computeCoeffs(Polynomial[] f,
MultiArray<java.math.BigInteger> coeffs,
MultiFieldKey runningKey,
java.math.BigInteger runningCoeff,
int runningField)
|
Polynomial |
Polynomial.multiply(Polynomial p)
Returns a new univariate polynomial by multiplying this polynomial with another polynomial. |
Polynomial |
Polynomial.subtract(Polynomial p)
Returns a new univariate polynomial as the result of subtracting this polynomial by another polynomial. |
Uses of Polynomial in obsolete |
---|
Methods in obsolete that return Polynomial | |
---|---|
Polynomial |
PolyMatrix.getPolynomial(int v)
Deprecated. Return the polynomial corresponding to v. |
Constructors in obsolete with parameters of type Polynomial | |
---|---|
BigVector(Polynomial p)
Deprecated. Constructing a big vector with coefficients of given polynomial as initial values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |