Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Fix Octave solution evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
guimspace committed May 18, 2021
1 parent bf75d82 commit 63f4c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octave/test/test_run.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
x = envelopeBackwardSubstitution(U, y);

x_ = A \ b;
norm(x_ - x) / norm(x)
norm(x_ - x) / norm(x_)

0 comments on commit 63f4c4b

Please sign in to comment.