- Line~\ref{algo:store},
-$S_{k \mod s}=x_k$ consists in copying the solution $x_k$ into the column $k
-\mod s$ of $S$. After the minimization, the matrix $S$ is reused with the new
-values of the residuals. To solve the minimization problem, an iterative method
-is used. Two parameters are required for that: the maximum number of iterations
-and the threshold to stop the method.
+ Line~\ref{algo:store}, $S_{k \mod s}=x_k$ consists in copying the solution
+ $x_k$ into the column $k \mod s$ of $S$. After the minimization, the matrix
+ $S$ is reused with the new values of the residuals. To solve the minimization
+ problem, an iterative method is used. Two parameters are required for that:
+ the maximum number of iterations ($max\_iter_{ls}$) and the threshold to stop
+ the method ($\epsilon_{ls}$).