simpeg / pymatsolver

Solve matrix equations in python.
https://pymatsolver.readthedocs.io/en/latest/
MIT License
33 stars 16 forks source link

Add conjugate solve #50

Closed jcapriot closed 2 weeks ago

jcapriot commented 2 weeks ago

Adds a conjugate operation for all solvers making use of the fact that:

\overline{A} x = \overline{A \overline{x} }

Similar to what was done in #39

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (32ade92) to head (7d1dc30).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #50 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 15 16 +1 Lines 1003 1048 +45 ========================================= + Hits 1003 1048 +45 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.