]> https://gitweb.dealii.org/ - dealii.git/commitdiff
minor cleanup of LAPACKSupport
authorDenis Davydov <davydden@gmail.com>
Mon, 4 Sep 2017 20:41:18 +0000 (22:41 +0200)
committerDenis Davydov <davydden@gmail.com>
Mon, 4 Sep 2017 20:41:43 +0000 (22:41 +0200)
include/deal.II/lac/lapack_support.h

index 6ce31ef87e875f18997c0aee1c2fb5e0cf574fef..53bbb000a209cb119965675bea5bb660eed1f627 100644 (file)
@@ -43,6 +43,8 @@ namespace LAPACKSupport
     inverse_matrix,
     /// Contents is an LU decomposition.
     lu,
+    /// Contents is a Cholesky decomposition.
+    cholesky,
     /// Eigenvalue vector is filled
     eigenvalues,
     /// Matrix contains singular value decomposition,
@@ -90,9 +92,9 @@ namespace LAPACKSupport
     /// Matrix is symmetric
     symmetric = 1,
     /// Matrix is upper triangular
-    upper_triangle = 2,
+    upper_triangular = 2,
     /// Matrix is lower triangular
-    lower_triangle = 4,
+    lower_triangular = 4,
     /// Matrix is diagonal
     diagonal = 6,
     /// Matrix is in upper Hessenberg form
@@ -115,6 +117,10 @@ namespace LAPACKSupport
    * Character constant.
    */
   static const char U = 'U';
+  /**
+   * Character constant.
+   */
+  static const char L = 'L';
   /**
    * Character constant.
    */

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.