From: Martin Kronbichler Date: Thu, 20 Mar 2025 08:15:56 +0000 (+0100) Subject: Set a formula in typewriter font X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=951b9f7e04f66fab599d7737d591e5d5d14c9e31;p=dealii.git Set a formula in typewriter font --- diff --git a/include/deal.II/lac/lapack_full_matrix.h b/include/deal.II/lac/lapack_full_matrix.h index 7d9596077a..60d4ab872a 100644 --- a/include/deal.II/lac/lapack_full_matrix.h +++ b/include/deal.II/lac/lapack_full_matrix.h @@ -766,7 +766,7 @@ public: * to just have this function compute the eigenvalues and have a separate * function that returns whatever eigenvalue is requested. Eigenvalues can * be retrieved using the eigenvalue() function. The number of computed - * eigenvectors is equal to eigenvectors.size() + * eigenvectors is equal to `eigenvectors.size()`. * * @note Calls the LAPACK function Xsygv. */