//---------------------------------------------------------------------------
// $Id$
//
-// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2010, 2012 by the deal.II authors
+// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2010, 2012, 2013 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
*/
void vmult (VECTOR &dst, const VECTOR &src) const;
- /**
- * Solve the transposed system
- * for right hand side
- * <tt>src</tt>.
- */
-// void Tvmult (VECTOR& dst, const VECTOR& src) const;
-
/**
* The solver, which allows
* selection of the actual solver
}
-// template <class VECTOR>
-// inline void
-// IterativeInverse<VECTOR>::Tvmult (VECTOR& dst, const VECTOR& src) const
-// {
-// TransposeMatrix<
-// solver.solve(*matrix, dst, src, *preconditioner);
-// }
-
DEAL_II_NAMESPACE_CLOSE