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

Remove adjoint method calling transpose #383

Merged
merged 2 commits into from
Sep 25, 2021

Conversation

fingolfin
Copy link
Contributor

This PR supersedes PR #234 ; I wanted to use a branch which has a name matching that of its sibling PRs, Nemocas/AbstractAlgebra.jl#838 and Nemocas/Nemo.jl#1162, so that the CI code for testing against branches with matching names has a chance of kicking in.

(I don't know if it actually does because back when it was written, I think it only searched for matching branches on the same repo, not for matching branches in other repos. Since I have no push access to any of the involved repositories... anyway, @benlorenz or @thofma will know)

In Julia, adjoint is conjugate transposition these days
@codecov
Copy link

codecov bot commented Aug 19, 2021

Codecov Report

Merging #383 (54e76d6) into master (0a50220) will decrease coverage by 0.00%.
The diff coverage is 92.10%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #383      +/-   ##
==========================================
- Coverage   66.24%   66.24%   -0.01%     
==========================================
  Files         295      295              
  Lines       89049    89048       -1     
==========================================
- Hits        58993    58989       -4     
- Misses      30056    30059       +3     
Impacted Files Coverage Δ
src/AlgAssAbsOrd/PIP.jl 18.20% <0.00%> (ø)
src/Hecke.jl 52.55% <ø> (-0.15%) ⬇️
src/QuadForm/QuadBin.jl 73.31% <0.00%> (ø)
src/RCF/autos.jl 54.90% <ø> (ø)
src/RCF/cyclo.jl 45.85% <0.00%> (ø)
src/Sparse/Matrix.jl 59.64% <ø> (ø)
src/Sparse/UpperTriangular.jl 0.00% <0.00%> (ø)
src/QuadForm/Quad/Spaces.jl 59.92% <94.44%> (ø)
src/NumField/NfAbs/MPolyAbsFact.jl 70.98% <100.00%> (-0.22%) ⬇️
src/NumField/NfRel/NfRelNS.jl 73.49% <100.00%> (ø)
... and 29 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0a50220...54e76d6. Read the comment docs.

@thofma thofma merged commit 19ef86c into thofma:master Sep 25, 2021
@fingolfin fingolfin deleted the mh/remove-adjoint branch March 31, 2023 17:26
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