From: Maximilian Bergbauer Date: Wed, 24 May 2023 20:13:08 +0000 (+0200) Subject: Improve docu X-Git-Tag: v9.5.0-rc1~196^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bf61f2ed05cfc88a5387a8d33fe28617af7ef47;p=dealii.git Improve docu --- diff --git a/include/deal.II/base/vectorization.h b/include/deal.II/base/vectorization.h index cce9b00d82..2100c84335 100644 --- a/include/deal.II/base/vectorization.h +++ b/include/deal.II/base/vectorization.h @@ -657,7 +657,8 @@ public: } /** - * Returns sum over entries of data field. + * Returns sum over entries of the data field, $\sum_{i=1}^{\text{size}()} + * this->data[i]$. */ DEAL_II_ALWAYS_INLINE Number @@ -1227,7 +1228,8 @@ public: } /** - * Returns sum over entries of data field. + * Returns sum over entries of the data field, $\sum_{i=1}^{\text{size}()} + * this->data[i]$. */ double sum(); @@ -1826,7 +1828,8 @@ public: } /** - * Returns sum over entries of data field. + * Returns sum over entries of the data field, $\sum_{i=1}^{\text{size}()} + * this->data[i]$. */ float sum(); @@ -2530,7 +2533,8 @@ public: } /** - * Returns sum over entries of data field. + * Returns sum over entries of the data field, $\sum_{i=1}^{\text{size}()} + * this->data[i]$. */ double sum(); @@ -3088,7 +3092,8 @@ public: } /** - * Returns sum over entries of data field. + * Returns sum over entries of the data field, $\sum_{i=1}^{\text{size}()} + * this->data[i]$. */ float sum(); @@ -3676,7 +3681,8 @@ public: } /** - * Returns sum over entries of data field. + * Returns sum over entries of the data field, $\sum_{i=1}^{\text{size}()} + * this->data[i]$. */ double sum(); @@ -4138,7 +4144,8 @@ public: } /** - * Returns sum over entries of data field. + * Returns sum over entries of the data field, $\sum_{i=1}^{\text{size}()} + * this->data[i]$. */ float sum();