// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2006 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
//
//-------------------------------------------------------------------------
+
+/**
+ * @defgroup LAC Linear algebra classes
+ *
+ * In this module, classes that have to do with linear algebra are collected,
+ * i.e. mainly those associated matrices, vectors, and the solution of linear
+ * systems.
+ *
+ * The description of individual groups of classes can be found in
+ * sub-modules.
+ */
+
/**
* @defgroup Vectors Vector classes
*
* Here, we list all the classes that can be used as VECTOR in linear solvers
* (see Solver) and for matrix operations.
+ *
+ * @ingroup LAC
*/
/**
* operations on vectors.
*
* @author Guido Kanschat, 2003
+ *
+ * @ingroup LAC
*/
/**
* interface required by linear solvers (see Solver).
*
* @author Guido Kanschat, 2003
+ *
+ * @ingroup LAC
*/
* operations using the interface defined in Solver.
*
* @author Guido Kanschat, 2003
+ *
+ * @ingroup LAC
*/
/**
* only used in a special context, we put them in a separate group.
*
* @author Guido Kanschat, 2003
+ *
+ * @ingroup LAC
*/
/*@}*/
* documentation of Solver are admissible.
*
* @author Guido Kanschat, 2003
+ *
+ * @ingroup LAC
*/
/**
* overwhelming.
*
* @author Guido Kanschat, 2003
+ *
+ * @ingroup LAC
*/
/**
* about this.
*
* @author Wolfgang Bangerth, 2004
+ *
+ * @ingroup LAC
*/