PoslavskySV / rings

Rings: efficient JVM library for polynomial rings
https://rings.readthedocs.io
72 stars 10 forks source link

Implementation of field extensions #43

Closed PoslavskySV closed 6 years ago

PoslavskySV commented 6 years ago

This PR implements simple (SimpleFieldExtension) and multiple (MultipleFieldExtension) extensions of fields. In particular the following is done:

A lot of new methods added. The doc should be updated.