From db2724d6424db7d73378fcdecd10f8b9f5e40298 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 17 Sep 2006 19:26:34 +0000 Subject: [PATCH] Make documentation read better git-svn-id: https://svn.dealii.org/trunk@13914 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/full_matrix.h | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/deal.II/lac/include/lac/full_matrix.h b/deal.II/lac/include/lac/full_matrix.h index 165366640d..7176c52f9f 100644 --- a/deal.II/lac/include/lac/full_matrix.h +++ b/deal.II/lac/include/lac/full_matrix.h @@ -895,16 +895,14 @@ class FullMatrix : public Table<2,number> void gauss_jordan (); /** - * Assign the inverse of the - * given matrix to - * *this. This function is - * hardcoded for quadratic matrices - * of dimension one to four, - * since the amount of code - * needed grows quickly. For - * larger matrices, the method - * gauss_jordan() is invoked - * implicitly. + * Assign the inverse of the given matrix + * to *this. This function is + * hardcoded for quadratic matrices of + * dimension one to four. However, since + * the amount of code needed grows + * quickly, the method gauss_jordan() is + * invoked implicitly if the dimension is + * larger. */ template void invert (const FullMatrix &M); -- 2.39.5