Skip to content

Commit

Permalink
correcting some notations
Browse files Browse the repository at this point in the history
  • Loading branch information
pengfej committed Feb 6, 2022
1 parent 1fe7920 commit e862bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/deal.II/lac/solver_cg.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ class PreconditionIdentity;
* After @p m steps the matrix T_m can be written in terms of the coefficients
* @p alpha and @p beta as the tri-diagonal matrix with diagonal elements
* <tt>1/alpha_0</tt>, <tt>1/alpha_1 + beta_0/alpha_0</tt>, ...,
* <tt>1/alpha_{m-1</tt>+beta_{m-2}/alpha_{m-2}} and off-diagonal elements
* <tt>sqrt(beta_0)/alpha_0</tt>, ..., <tt>sqrt(beta_{m-2</tt>)/alpha_{m-2}}.
* <tt>1/alpha_{m-1}+beta_{m-2}/alpha_{m-2}</tt> and off-diagonal elements
* <tt>sqrt(beta_0)/alpha_0</tt>, ..., <tt>sqrt(beta_{m-2})/alpha_{m-2}</tt>.
* The eigenvalues of this matrix can be computed by postprocessing.
*
* @see Y. Saad: "Iterative methods for Sparse Linear Systems", section 6.7.3
Expand Down

0 comments on commit e862bfa

Please sign in to comment.