tylerjarvis / RootFinding

Finding zeros of systems of multivariable functions
https://tylerjarvis.github.io/RootFinding/
13 stars 17 forks source link

Change Groebner class to a module #7

Closed dgmiller closed 7 years ago

dgmiller commented 7 years ago

Eventually the class needs to be converted to a module. We are still working with the Groebner class instead of the groebner_basis.py file, the latter of which is very outdated.

dgmiller commented 7 years ago

This also requires changing the unit tests to conform to the new module.

zachdtaylor commented 7 years ago

Groebner class has been completely moved to a module.