// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
#include <base/subscriptor.h>
#include <lac/pointer_matrix.h>
-#include <boost/shared_ptr.hpp>
DEAL_II_NAMESPACE_OPEN
* @ingroup Matrix2
* @author Guido Kanschat, 2006
*/
-
template<class MATRIX, class VECTOR>
class
TransposeMatrix : public PointerMatrixBase<VECTOR>
// $Id$
// Version: $Name$
//
-// Copyright (C) 2008 by the deal.II authors
+// Copyright (C) 2008, 2009 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
#include <base/config.h>
#include <lac/exceptions.h>
#include <lac/solver_control.h>
-#include <boost/shared_ptr.hpp>
-
#include <lac/vector.h>
#ifdef DEAL_II_USE_TRILINOS