From: Timo Heister Date: Sun, 2 Aug 2015 00:08:32 +0000 (-0500) Subject: fix latex formula X-Git-Tag: v8.4.0-rc2~694^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c292448980ab79eed1505702ac32c813132ce32;p=dealii.git fix latex formula --- diff --git a/include/deal.II/lac/matrix_lib.h b/include/deal.II/lac/matrix_lib.h index 2c2a3e14bf..5bb75c3fd9 100644 --- a/include/deal.II/lac/matrix_lib.h +++ b/include/deal.II/lac/matrix_lib.h @@ -312,7 +312,7 @@ private: * a vector $\mathbf v$ and $\frac 1n {\mathbf 1}_n$ yields the mean * value of the entries of ${\mathbf v}$. Consequently, $ \left[I-\frac * 1n{\mathbf 1}_n{\mathbf 1}_n^T\right] \mathbf v = \mathbf v - \left[\frac - * 1n \mathbf v} \cdot {\mathbf 1}_n\right]{\mathbf 1}_n$ subtracts from every + * 1n {\mathbf v} \cdot {\mathbf 1}_n\right]{\mathbf 1}_n$ subtracts from every * vector element the mean value of all elements. * * @author Guido Kanschat, 2002, 2003