From 3750b9e9dc44b786bdb760a457a6a762ccd691f7 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 23 Aug 2019 18:38:29 -0400 Subject: [PATCH] Improve dopcumentation --- include/deal.II/lac/diagonal_matrix.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/deal.II/lac/diagonal_matrix.h b/include/deal.II/lac/diagonal_matrix.h index 86d96250db..8adc079b36 100644 --- a/include/deal.II/lac/diagonal_matrix.h +++ b/include/deal.II/lac/diagonal_matrix.h @@ -58,7 +58,9 @@ public: DiagonalMatrix() = default; /** - * Constructor immediately initializing the object properly. + * Constructor initializing this object as a diagonal matrix of size `n x n` + * where `n` is the size of the vector, and with diagonal entries equal to the + * elements of @p vec. */ explicit DiagonalMatrix(const VectorType &vec); -- 2.39.5