// $Id$
// Version: $Name$
//
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+// Copyright (C) 1998 - 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
* <tt>BlockVector<VECTOR></tt>. SparseMatrix is a possible entry
* type.
*
- * @author Guido Kanschat, 2000, 2001, 2005
+ * @include block_matrix_array.cc
+ *
+ * @author Guido Kanschat, 2000 - 2005
*/
template <class MATRIX>
class BlockMatrixArray : public Subscriptor
-//---------------------------- full_matrix.h ---------------------------
+//------------------------------------------------------------------------
// $Id$
// Version: $Name$
//
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+// Copyright (C) 1998 - 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
// to the file deal.II/doc/license.html for the text and
// further information on this license.
//
-//---------------------------- full_matrix.h ---------------------------
+//------------------------------------------------------------------------
#ifndef __deal2__full_matrix_h
#define __deal2__full_matrix_h
-/*---------------------------- fullmatrix.h ---------------------------*/
-
#include <base/config.h>
#include <base/table.h>
#include <lac/exceptions.h>
};
/*@}*/
+
+/// @if NoDoc
/*-------------------------Inline functions -------------------------------*/
return const_iterator(this, r+1, 0);
}
+///@endif
#endif