]> https://gitweb.dealii.org/ - dealii.git/commitdiff
correcting some notations 13338/head
authorPengfei Jia <pengfej@clemson.edu>
Thu, 3 Feb 2022 23:47:50 +0000 (18:47 -0500)
committerPengfei Jia <pengfej@clemson.edu>
Sun, 6 Feb 2022 16:44:12 +0000 (11:44 -0500)
include/deal.II/lac/solver_cg.h

index b3978e5c6933652ac15fa0f66ed5b890b237622c..d8ea571785c10f3a727de84e6ee2aa0f71e185bf 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.