From 951b9f7e04f66fab599d7737d591e5d5d14c9e31 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Thu, 20 Mar 2025 09:15:56 +0100 Subject: [PATCH] Set a formula in typewriter font --- include/deal.II/lac/lapack_full_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.5