From 64d6ccd49e9687b51e2d3d74a56e9141ef8c78e6 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Mon, 11 Jan 2016 07:46:47 +0100 Subject: [PATCH] Fixed formula typesetting in schur_complement linear operator doc. Fixes #2049 . --- include/deal.II/lac/schur_complement.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/lac/schur_complement.h b/include/deal.II/lac/schur_complement.h index 45b2c17de4..ba987d3d6f 100644 --- a/include/deal.II/lac/schur_complement.h +++ b/include/deal.II/lac/schur_complement.h @@ -71,8 +71,8 @@ DEAL_II_NAMESPACE_OPEN * Assuming that $ A,D $ are both square and invertible, we could * then perform one of two possible substitutions, * @f{eqnarray*} - (3) \quad x &=& A^{-1}(f - By) \quad \textnormal{from} \quad (1) \\ - (4) \quad y &=& D^{-1}(g - Cx) \quad \textnormal{from} \quad (2) , + (3) \quad x &=& A^{-1}(f - By) \quad \text{from} \quad (1) \\ + (4) \quad y &=& D^{-1}(g - Cx) \quad \text{from} \quad (2) , * @f} * which amount to performing block Gaussian elimination on * this system of equations. -- 2.39.5