Skip to content

Fix block jacobi bugs

Santiago Ospina De Los Ríos requested to merge bugfix/blocked-solvers into master

Several problems seem to have leaked due lack of systematic testing:

  • In multi-threading writes to x created a data-race
  • Optional on x was wrongly called
  • Vector was added twice

Merge request reports