-
Notifications
You must be signed in to change notification settings - Fork 69
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
Absolute value in short vectors (iteration) #1327
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1327 +/- ##
==========================================
- Coverage 74.67% 74.59% -0.08%
==========================================
Files 346 346
Lines 112088 112098 +10
==========================================
- Hits 83697 83624 -73
- Misses 28391 28474 +83
|
@@ -45,7 +45,7 @@ | |||
2448, 4320, 2982, 2402, 2364, 512, 256, 306 ] | |||
|
|||
# Floating point bounds | |||
L = integer_lattice(gram = QQ[1//2 0; 0 1//3]) |
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.
I would duplicate the tests instead of removing the old tests.
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.
Good point, I will modify this.
The "absolute quadratic form" sounds a bit odd, as does the "absolute squared length". But I guess it is what it is. You have an opinion on the terminology @simonbrandhorst? |
src/QuadForm/ShortVectors.jl
Outdated
Return the Kissing number of the sphere packing defined by the absolute value | ||
of the quadratic form defined by `L`. |
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.
Return the Kissing number of the sphere packing defined by the absolute value | |
of the quadratic form defined by `L`. | |
Return the Kissing number of the sphere packing defined by `L`. |
No description provided.