]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Apply suggestions from code review
authorMenno Fraters <menno.fraters@outlook.com>
Thu, 12 Sep 2019 14:12:38 +0000 (07:12 -0700)
committerMenno Fraters <menno.fraters@outlook.com>
Thu, 12 Sep 2019 15:44:42 +0000 (08:44 -0700)
Apply documentation suggestions from Timo Heister for the get_svd_u and get_svd_vt functions.

Co-Authored-By: Timo Heister <timo.heister@gmail.com>
include/deal.II/lac/lapack_full_matrix.h

index 4bc395cabc6ef861dddce5d31c4844e7d983e5ae..a539f43ec7799511e3302ad4a6610b01718dd545 100644 (file)
@@ -873,14 +873,14 @@ public:
   singular_value(const size_type i) const;
 
   /**
-   * Retrieves #svd_u matrix after compute_svd() or compute_inverse_svd() was
+   * Retrieve the matrix #svd_u after compute_svd() or compute_inverse_svd() was
    * called.
    */
   inline const LAPACKFullMatrix<number> &
   get_svd_u() const;
 
   /**
-   * Retrieves #svd_vt matrix after compute_svd() or compute_inverse_svd() was
+   * Retrieve the matrix #svd_vt after compute_svd() or compute_inverse_svd() was
    * called.
    */
   inline const LAPACKFullMatrix<number>&

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.