-
Notifications
You must be signed in to change notification settings - Fork 27
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
Fmpz mod mpoly and nmod mpoly #164
Fmpz mod mpoly and nmod mpoly #164
Commits on Jul 15, 2024
-
Initial addition of fmpz_mod_mpoly and nmod_mpoly
fmpz_mod_mpoly.pyx to come in a later commit
Configuration menu - View commit details
-
Copy full SHA for 4a72a37 - Browse repository at this point
Copy the full SHA 4a72a37View commit details -
Configuration menu - View commit details
-
Copy full SHA for a82d4ed - Browse repository at this point
Copy the full SHA a82d4edView commit details
Commits on Jul 18, 2024
-
Catch a failed factorisation, using runtime error for now
The flint docs don't specify *when* this can fail so I'm not sure it fits with a DomainError or the like
Configuration menu - View commit details
-
Copy full SHA for 8c073ae - Browse repository at this point
Copy the full SHA 8c073aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2e8a00 - Browse repository at this point
Copy the full SHA d2e8a00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53a5dbb - Browse repository at this point
Copy the full SHA 53a5dbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8be1e3 - Browse repository at this point
Copy the full SHA e8be1e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89c088b - Browse repository at this point
Copy the full SHA 89c088bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 004ae4b - Browse repository at this point
Copy the full SHA 004ae4bView commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a24ea8d - Browse repository at this point
Copy the full SHA a24ea8dView commit details
Commits on Jul 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0512bc - Browse repository at this point
Copy the full SHA e0512bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 805fd34 - Browse repository at this point
Copy the full SHA 805fd34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a7de35 - Browse repository at this point
Copy the full SHA 5a7de35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51a572e - Browse repository at this point
Copy the full SHA 51a572eView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for accffa9 - Browse repository at this point
Copy the full SHA accffa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48136d1 - Browse repository at this point
Copy the full SHA 48136d1View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 84fbf91 - Browse repository at this point
Copy the full SHA 84fbf91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3989b50 - Browse repository at this point
Copy the full SHA 3989b50View commit details -
Configuration menu - View commit details
-
Copy full SHA for f15b55a - Browse repository at this point
Copy the full SHA f15b55aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3120cf - Browse repository at this point
Copy the full SHA e3120cfView commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for abe80c1 - Browse repository at this point
Copy the full SHA abe80c1View commit details
Commits on Aug 16, 2024
-
Merge remote-tracking branch 'origin/master' into fmpz_mod_mpoly_and_…
…nmod_mpoly
Jake Moss committedAug 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 0cf8237 - Browse repository at this point
Copy the full SHA 0cf8237View commit details -
Jake Moss committed
Aug 16, 2024 Configuration menu - View commit details
-
Copy full SHA for c740fec - Browse repository at this point
Copy the full SHA c740fecView commit details -
Jake Moss committed
Aug 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 72e220e - Browse repository at this point
Copy the full SHA 72e220eView commit details -
Jake Moss committed
Aug 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 4526d2b - Browse repository at this point
Copy the full SHA 4526d2bView commit details -
Add support for fmpz_mod and nmod interop
Jake Moss committedAug 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 043ca9d - Browse repository at this point
Copy the full SHA 043ca9dView commit details
Commits on Aug 17, 2024
-
Jake Moss committed
Aug 17, 2024 Configuration menu - View commit details
-
Copy full SHA for f2fa712 - Browse repository at this point
Copy the full SHA f2fa712View commit details -
Generic add and divmod POC methods
Jake Moss committedAug 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 9abc8d2 - Browse repository at this point
Copy the full SHA 9abc8d2View commit details -
Significantly clean up nmod_mpoly type conversion
Other types will come later
Jake Moss committedAug 17, 2024 Configuration menu - View commit details
-
Copy full SHA for e2b6369 - Browse repository at this point
Copy the full SHA e2b6369View commit details -
Fix nmod type errors, no clue how this worked at all
Jake Moss committedAug 17, 2024 Configuration menu - View commit details
-
Copy full SHA for c08fdb0 - Browse repository at this point
Copy the full SHA c08fdb0View commit details -
Jake Moss committed
Aug 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 789ad00 - Browse repository at this point
Copy the full SHA 789ad00View commit details -
Jake Moss committed
Aug 17, 2024 Configuration menu - View commit details
-
Copy full SHA for a2573c1 - Browse repository at this point
Copy the full SHA a2573c1View commit details
Commits on Aug 18, 2024
-
Update tests, make "division not support" exception lowest priority
Jake Moss committedAug 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 1358a67 - Browse repository at this point
Copy the full SHA 1358a67View commit details