// $Id$
// Version: $Name$
//
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
* auxiliary vector, which is not
* desirable.
*
- * @see{vmult}.
+ * @see vmult
*/
template <typename number2>
void vmult_add (Vector<number2>&, const Vector<number2>&) const;
* auxiliary vector, which is not
* desirable.
*
- * @see{vmult}.
+ * @see vmult
*/
template <typename number2>
void Tvmult_add (Vector<number2>&, const Vector<number2>&) const;
*
* The constructor of this class takes several arguments. Their
* meaning is equivalent to those of the constructor of the
- * @ref{SparseDirectMA27} class; see there for more information.
+ * SparseDirectMA27 class; see there for more information.
*
*
* @section SPDMA47c Note on parallelization
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003 by the deal.II authors
+// Copyright (C) 2002, 2003, 2004 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
* integers.
*
* This function
- * may produce @em{large} amounts of
+ * may produce @em large amounts of
* output if applied to a large matrix!
*/
// void print_formatted (std::ostream &out,