asc-community / GenericTensor

The only library allowing to create Tensors (matrices extension) with custom types
https://angouri.org/#generictensor
MIT License
50 stars 5 forks source link

Add LU and PLU decompositions. #26

Closed TheSeems closed 3 years ago

TheSeems commented 3 years ago

Additionally created EchelonFormPermute for gathering info about row permutations during elimination. There are also minor changes in the project related files that i needed to do for running tests, check them may be they are not necessarry

codecov-commenter commented 3 years ago

Codecov Report

Merging #26 (aaeca81) into master (8df6dda) will decrease coverage by 0.52%. The diff coverage is 74.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   81.23%   80.70%   -0.53%     
==========================================
  Files          27       29       +2     
  Lines        1364     1446      +82     
  Branches      268      285      +17     
==========================================
+ Hits         1108     1167      +59     
- Misses        178      198      +20     
- Partials       78       81       +3     
Impacted Files Coverage Δ
GenericTensor/Core/Exceptions.cs 27.27% <50.00%> (+5.05%) :arrow_up:
GenericTensor/Functions/EchelonForm.cs 68.29% <58.69%> (-8.64%) :arrow_down:
GenericTensor/Declaration.cs 90.90% <80.00%> (-2.54%) :arrow_down:
GenericTensor/Functions/PluDecomposition.cs 88.88% <88.88%> (ø)
GenericTensor/Functions/LuDecomposition.cs 92.00% <92.00%> (ø)
GenericTensor/Functions/Determinant.cs 76.31% <100.00%> (ø)
GenericTensor/Functions/DefaultWrappers.cs 77.19% <0.00%> (+1.16%) :arrow_up:

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 8df6dda...aaeca81. Read the comment docs.