Modifier and Type | Interface and Description |
---|---|
interface |
Element
Elements of groups, rings and fields are accessible using the
Element
interface. |
interface |
ElementPowPreProcessing
If it knows in advance that a particular value will be raised several times
then time can be saved in the long run by using preprocessing.
|
interface |
Point<E extends Element>
This interface represents an element with two coordinates.
|
interface |
Polynomial<E extends Element>
This element represents a polynomial through its coefficients.
|
interface |
Vector<E extends Element>
This element represents a vector through its coordinates.
|
Copyright © 2013. All rights reserved.