Skip to content

Commit

Permalink
maint: Merge stable to default.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Feb 3, 2025
2 parents 8a9b0ad + 1f7f2b5 commit 87a4059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libinterp/corefcn/svd.cc
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ in Octave has been set to @qcode{"gesvd"}.
%! assert (V1, V2, 6*eps);
%! z = U1(1,:) ./ U3(1,:);
%! assert (U1, U3 .* z, 100*eps);
%! assert (S1, S3, 6*eps);
%! assert (S1, S3, 10*eps);
%! assert (V1, V3 .* z, 100*eps);
*/

Expand Down

0 comments on commit 87a4059

Please sign in to comment.