Skip to content
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

Add some comments in conjugate_quad(a::AbsSimpleNumFieldElem) #1653

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fingolfin
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Oct 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.85%. Comparing base (276ac56) to head (ba9cea7).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1653      +/-   ##
==========================================
- Coverage   75.86%   75.85%   -0.02%     
==========================================
  Files         361      361              
  Lines      113687   113688       +1     
==========================================
- Hits        86253    86239      -14     
- Misses      27434    27449      +15     
Files with missing lines Coverage Δ
src/NumField/NfAbs/Elem.jl 70.09% <100.00%> (+0.24%) ⬆️

... and 22 files with indirect coverage changes

Comment on lines +927 to +928
# The C type `nf_elem_t` (corresponding to `AbsSimpleNumFieldElem`) starts with
# an `fmpq_poly_t` (our `QQPolyRingElem`).
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure that this is true, since the quadratic case is handled differently: https://github.com/flintlib/flint/blob/main/src/nf_elem.h#L49.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants