Interface ExplicitField<T>

  • Type Parameters:
    T - the type of the elements of the field
    All Known Subinterfaces:
    ExtendedField<T>
    All Known Implementing Classes:
    ExplicitFieldImpl, ExtendedFieldImpl

    public interface ExplicitField<T>
    A more explicit view on the algebraic structure of a field. It provides more dedicated operations.