From: zamni Date: Thu, 27 Jan 2000 11:49:40 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35bf0f2f7137d068fb0d40912b8d517fb9cca820;p=dealii-svn.git Doc update. git-svn-id: https://svn.dealii.org/trunk@2275 0785d39b-7218-0410-832d-ea1e28bc413d --- 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. *