From 86c2d01da20103b543e8cee5f5e051c3f1802a63 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sat, 1 Aug 2015 19:08:32 -0500 Subject: [PATCH] fix latex formula --- include/deal.II/lac/matrix_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5