Skip to content

Commit

Permalink
STY: miss_hit
Browse files Browse the repository at this point in the history
  • Loading branch information
jhabriel committed Sep 11, 2024
1 parent 2d4d0c4 commit 5f3d98c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gmres_e.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
%
% d: int
% Number of eigenvectors corresponding to a few of the
% smallest eigenvalues in magnitude for each outer
% iteration. Default is min(m, 3), but values between
% smallest eigenvalues in magnitude for each outer
% iteration. Default is min(m, 3), but values between
% 1 and 5 are typical. According to [1], "even just a few
% eigenvectors can make a big difference if the matrix has
% both small and large eigenvalues". If m < n AND d == 0,
Expand Down Expand Up @@ -65,7 +65,7 @@
% 1 if the algorithm has converged, 0 otherwise.
%
% relresvec: (1 up to maxit)-by-1 vector
% Vector of relative residual norms of every outer
% Vector of relative residual norms of every outer
% iteration (cycles). The last relative residual norm is
% simply given by relresvec(end).
%
Expand Down

0 comments on commit 5f3d98c

Please sign in to comment.