Skip to content

Conversation

dkarrasch
Copy link
Member

@dkarrasch dkarrasch commented Oct 12, 2025

jishnub and others added 2 commits October 12, 2025 11:26
Also, specialize for `Adjoint`/`Transpose` to dispatch to the methods
for the parent.

The following works after this:
```julia
julia> U = Adjoint(UpperTriangular(zeros(2,2)))
2×2 adjoint(::UpperTriangular{Float64, Matrix{Float64}}) with eltype Float64:
 0.0   ⋅
 0.0  0.0

julia> LinearAlgebra.fillstored!(U, 3)
2×2 adjoint(::UpperTriangular{Float64, Matrix{Float64}}) with eltype Float64:
 3.0   ⋅
 3.0  3.0
```

---------

Co-authored-by: Viral B. Shah <[email protected]>
Copy link

codecov bot commented Oct 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.57%. Comparing base (24f5e21) to head (a2a4981).

Additional details and impacted files
@@               Coverage Diff                @@
##           release-1.12    #1472      +/-   ##
================================================
+ Coverage         93.56%   93.57%   +0.01%     
================================================
  Files                34       34              
  Lines             15476    15487      +11     
================================================
+ Hits              14480    14492      +12     
+ Misses              996      995       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

3 participants