From 35bf0f2f7137d068fb0d40912b8d517fb9cca820 Mon Sep 17 00:00:00 2001 From: zamni Date: Thu, 27 Jan 2000 11:49:40 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@2275 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/vector.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/vector.h b/deal.II/lac/include/lac/vector.h index e571b3dffb..b20d240a08 100644 --- a/deal.II/lac/include/lac/vector.h +++ b/deal.II/lac/include/lac/vector.h @@ -15,8 +15,12 @@ /** - * Numerical Vector of data. - * + * Numerical Vector of data. For this class there are different + * types of functions available. The first type of function mesures + * the norm of the vector in order to mesure its length in a suitable + * norm. The second type support the abgebraic operation for + * vectors. The third und last type helps us to manipulate the + * components of the vector. * As opposed to the array of the C++ standard library called #vector#, this class implements * an element of a vector space suitable for numerical computations. * -- 2.39.5