From 7f295f16897eaed796e8251be827d6855a6554fb Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 1 Mar 2001 10:04:53 +0000 Subject: [PATCH] Small doc update. git-svn-id: https://svn.dealii.org/trunk@4085 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/full_matrix.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deal.II/lac/include/lac/full_matrix.h b/deal.II/lac/include/lac/full_matrix.h index a8fce807dc..e3dd4db6f6 100644 --- a/deal.II/lac/include/lac/full_matrix.h +++ b/deal.II/lac/include/lac/full_matrix.h @@ -423,8 +423,9 @@ class FullMatrix : public Subscriptor /** * A=Inverse(A). Inversion of - * this by Gauss-Jordan-algorithm - * with partial pivoting. This + * this matrix by + * Gauss-Jordan algorithm with + * partial pivoting. This * process is well-behaved for * positive definite matrices, * but be aware of round-off @@ -432,7 +433,7 @@ class FullMatrix : public Subscriptor * * The numerical effort to invert * an @p{n x n} matrix is of the - * order @p{n³}. + * order @p{n**3}. */ void gauss_jordan (); -- 2.39.5