From: wolf Date: Thu, 1 Mar 2001 10:04:53 +0000 (+0000) Subject: Small doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f295f16897eaed796e8251be827d6855a6554fb;p=dealii-svn.git Small doc update. git-svn-id: https://svn.dealii.org/trunk@4085 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 ();