lbfm-rwth / GaussParallel

https://lbfm-rwth.github.io/GaussParallel/
GNU General Public License v2.0
2 stars 5 forks source link

Solve bug that led to testing errors with some special matrices #234

Closed emmakatherina closed 5 years ago

emmakatherina commented 5 years ago

Fixes issue #230 .

Short explanation: Matrix M9, which is a row vector, was multiplied by a 100x100 matrix and then analysed by EchelonMatTransformation(Blockwise). Obviously the comparison with M9 didn't work in the end. Same thing for M10 and M11.

emmakatherina commented 5 years ago

Weird. I think it worked for me. I am going to test it again...

codecov-io commented 5 years ago

Codecov Report

Merging #234 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #234   +/-   ##
=======================================
  Coverage   91.47%   91.47%           
=======================================
  Files          16       16           
  Lines        1993     1993           
=======================================
  Hits         1823     1823           
  Misses        170      170
Impacted Files Coverage Δ
tst/testfunctions.g 100% <100%> (ø) :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 b17ac75...8b49fe1. Read the comment docs.