Closed timweiland closed 1 year ago
Merging #801 (aa0b889) into main (4d435e4) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #801 +/- ##
=======================================
Coverage 91.28% 91.29%
=======================================
Files 218 218
Lines 8207 8209 +2
Branches 1059 1060 +1
=======================================
+ Hits 7492 7494 +2
Misses 487 487
Partials 228 228
Impacted Files | Coverage Δ | |
---|---|---|
src/probnum/linops/_linear_operator.py | 87.21% <100.00%> (+0.04%) |
:arrow_up: |
In a Nutshell
Make use of triangular property in
_solve
Detailed Description
_solve
implementation ofLinearOperator
use triangular solves if the linear operator is known to be lower/upper triangular