FieldElement

interface FieldElement<T : FieldElement<T, F>, F : Field<T>> : RingElement<T, F>

The element of Field.

Parameters

T

the type of field operation results.

I

self type of the element. Needed for static type checking.

F

the type of field.

Properties

context
Link copied to clipboard
common
abstract val context: F
The context this element belongs to.