-
Notifications
You must be signed in to change notification settings - Fork 257
MatrixFactorizations Package #3948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Conversation
Package and documentation files added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
Without diving into the code too much yet, here are a couple quick comments. Also, there are a couple typos:
M2/Macaulay2/packages/MatrixFactorizations/KellerTests.m2:671: documnetation ==> documentation
M2/Macaulay2/packages/MatrixFactorizations/MatrixFactorizationsDOC.m2:707: followig ==> following
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick response to the previous points! I dug through the code a bit more and have a few more suggestions
M2/Macaulay2/packages/MatrixFactorizations/CIResCompatibility.m2
Outdated
Show resolved
Hide resolved
M2/Macaulay2/packages/MatrixFactorizations/CIResCompatibility.m2
Outdated
Show resolved
Hide resolved
M2/Macaulay2/packages/MatrixFactorizations/ZZdFactorizations.m2
Outdated
Show resolved
Hide resolved
M2/Macaulay2/packages/MatrixFactorizations/ZZdFactorizations.m2
Outdated
Show resolved
Hide resolved
moved more things to packageImports, streamlined some spots, overloaded euler, added tests for adjoinRoot and pruning
A new matrix factorizations package, a package for computing with length d matrix factorizations. Authors David Favero, Sasha Pevzner, Tim Tribone, and Keller VandeBogert.