Modifier and Type | Method and Description |
---|---|
E |
getCoefficient(int index)
Returns the coefficient at a specified position.
|
List<E> |
getCoefficients()
Returns the list of coefficients representing
this polynomial.
|
int |
getDegree()
Returns the degree of this polynomial.
|
add, div, duplicate, getElementPowPreProcessing, getField, getImmutable, getLengthInBytes, halve, invert, isEqual, isImmutable, isOne, isSqr, isZero, mul, mul, mul, mulZn, negate, pow, powZn, set, set, set, setFromBytes, setFromBytes, setFromHash, setToOne, setToRandom, setToZero, sign, sqrt, square, sub, toBigInteger, toBytes, toCanonicalRepresentation, twice
int getDegree()
List<E> getCoefficients()
E getCoefficient(int index)
index
- the position of the requested coefficient.Copyright © 2013. All rights reserved.