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

define lu!(F::LU,A) for general matrices #1131

Merged
merged 11 commits into from
Mar 1, 2025

Conversation

longemen3000
Copy link
Contributor

@longemen3000 longemen3000 commented Dec 1, 2024

alternative to #1125 . Defines lu!(F::LU{<:Any,<:AbstractMatrix},A) and lu!(F::LU{<:Any,<:StridedMatrix{<:BlasFloat}},A).

closes #1125

@ViralBShah
Copy link
Member

Is this good to merge?

@stevengj
Copy link
Member

Does this go into a NEWS entry somewhere?

Copy link

codecov bot commented Feb 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.02%. Comparing base (eb064b8) to head (b9d2146).
Report is 13 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1131      +/-   ##
==========================================
+ Coverage   91.99%   92.02%   +0.03%     
==========================================
  Files          34       34              
  Lines       15471    15480       +9     
==========================================
+ Hits        14232    14246      +14     
+ Misses       1239     1234       -5     

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

@ViralBShah
Copy link
Member

We should add to the LinearAlgebra section of the Julia NEWS.

@ViralBShah
Copy link
Member

The docs CI is failing.

@ViralBShah
Copy link
Member

@KristofferC is this a problem?

┌ Warning: The active manifest file has dependencies that were resolved with a different julia version (1.12.0-DEV). Unexpected behavior may occur.

@ViralBShah ViralBShah merged commit 8cc4216 into JuliaLang:master Mar 1, 2025
4 checks passed
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