forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sagemathgh-36554: Speedup of the method to reduce ternary quadratic f…
…orms in the class TernaryQF PR from sagemath#16965 (rebased from https://github.com/sagemath/sagetrac- mirror/commit/091cbbdf6eed2c8bccca407addd07ff08e429c17) Resolves sagemath#16965 Author: Gustavo Rama ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. URL: sagemath#36554 Reported by: Gonzalo Tornaría Reviewer(s):
- Loading branch information
Showing
3 changed files
with
127 additions
and
55 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=configure-VERSION.tar.gz | ||
sha1=aa7054a0e6a582d2db1475dc47f63a54e6ac569f | ||
md5=40eab024557ad51e08dfb08e2753a465 | ||
cksum=802824779 | ||
sha1=a47b64722981640bd5c40772a58fbe8a717468a2 | ||
md5=f574973a6324165ff86a354f5c3c536b | ||
cksum=3950593257 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
c47788b02a42ef4907a0e61e702fbe9bbef27590 | ||
460bd3287264ae6a182e305f8de8206c1b646c45 |
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