-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor polynomial-related classes formerly in prepoly.h
This reorganises and simplifies some of the preliminary classes underlying the implementation of multivariate polynomials: * Ordering of exponent vectors is now a property of vectors (or more properly the space) and not a separate concept * Functions inlined - most of the operations in these classes are simple and suitable for inlining * Rationalised and standardised namings of the concepts * Moved to gpoly.h so the polynomial implementation is now self-contained.
- Loading branch information
Showing
20 changed files
with
326 additions
and
2,654 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.