]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix formating 14107/head
authorPeter Munch <peterrmuench@gmail.com>
Thu, 7 Jul 2022 17:12:22 +0000 (19:12 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Thu, 7 Jul 2022 17:12:22 +0000 (19:12 +0200)
include/deal.II/lac/full_matrix.h

index 0a2e02498a42629cf7342a3c854bfd9e81164cac..2d8357228cd64a6248b8322833ab0e7bc2748c93 100644 (file)
@@ -779,18 +779,18 @@ public:
   symmetrize();
 
   /**
-   * A=Inverse(A). A must be a square matrix.  Inversion of this matrix by
-   * Gauss-Jordan algorithm with partial pivoting.  This process is well-
-   * behaved for positive definite matrices, but be aware of round-off errors
-   * in the indefinite case.
+   * A=Inverse(A). A must be a square matrix. Inversion of this matrix by
+   * Gauss-Jordan algorithm with partial pivoting. This process is
+   * well-behaved for positive definite matrices, but be aware of round-off
+   * errors in the indefinite case.
    *
    * In case deal.II was configured with LAPACK, the functions Xgetrf and
    * Xgetri build an LU factorization and invert the matrix upon that
    * factorization, providing best performance up to matrices with a few
    * hundreds rows and columns.
    *
-   * The numerical effort to invert an <tt>n x n</tt> matrix is of the order
-   * <tt>n**3</tt>.
+   * The numerical effort to invert an $n \times n$ matrix is of the order
+   * $n^3$.
    */
   void
   gauss_jordan();

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.