public interface Vector<E extends Element> extends Element
Element
,
Polynomial
,
Point
Modifier and Type | Method and Description |
---|---|
E |
getAt(int index)
Returns the element at the specified coordinate.
|
int |
getSize()
Returns the size of this vector.
|
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 getSize()
E getAt(int index)
index
- the index of the requested coordinate.Copyright © 2013. All rights reserved.