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

Accepts Linear Operator as a valid input for solvers #51

Merged
merged 3 commits into from
Oct 12, 2024

Conversation

jcapriot
Copy link
Member

Only will use scipy's ishermitian and issymmetric functions if the input matrix A is an ndarray now, allowing passing a wider range of input types for the matrix to solve, specifically this allows LinearOperator to be valid input (for the solvers it would be valid for, e.g. SolverCG).

Copy link

codecov bot commented Oct 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (fb88e36) to head (5f17cf8).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #51   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           16        16           
  Lines         1048      1060   +12     
=========================================
+ Hits          1048      1060   +12     

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

@jcapriot jcapriot merged commit 5b71ac4 into main Oct 12, 2024
24 checks passed
@jcapriot jcapriot deleted the accept_lin_operator branch October 12, 2024 05:12
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.

1 participant