fedorpashin / linalg

Linear algebra in object-oriented way.
MIT License
2 stars 0 forks source link

#9 Implement Thomas algorithm #10

Closed fedorpashin closed 2 years ago

fedorpashin commented 2 years ago
zoeself commented 2 years ago

@fedorpashin thank you for your Pull Request. I'll assign someone to review it soon.

codecov[bot] commented 2 years ago

Codecov Report

Merging #10 (e30b359) into master (bf37528) will increase coverage by 0.74%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   94.84%   95.58%   +0.74%     
==========================================
  Files          22       22              
  Lines         252      272      +20     
  Branches       14       19       +5     
==========================================
+ Hits          239      260      +21     
+ Misses         13       12       -1     
Impacted Files Coverage Δ
linalg/matrices/common_matrix.py 100.00% <ø> (ø)
linalg/matrices/square_matrix.py 85.71% <ø> (ø)
linalg/__init__.py 100.00% <100.00%> (ø)
linalg/base/any_system.py 100.00% <100.00%> (ø)
linalg/factories/matrix.py 100.00% <100.00%> (ø)
linalg/factories/system.py 100.00% <100.00%> (ø)
linalg/matrices/common_square_matrix.py 100.00% <100.00%> (ø)
linalg/matrices/tridiagonal_matrix.py 100.00% <100.00%> (ø)
linalg/systems/common/common_system.py 100.00% <100.00%> (ø)
...alg/systems/tridiagonal_matrix/thomas_algorithm.py 100.00% <100.00%> (+11.11%) :arrow_up:
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bf37528...e30b359. Read the comment docs.