probabilistic-numerics / probnum

Probabilistic Numerics in Python.
http://probnum.org
MIT License
439 stars 57 forks source link

Use triangular solves in default `_solve` #801

Closed timweiland closed 1 year ago

timweiland commented 1 year ago

In a Nutshell

Make use of triangular property in _solve

Detailed Description

codecov[bot] commented 1 year ago

Codecov Report

Merging #801 (aa0b889) into main (4d435e4) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           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: