// $Id$
// Version: $Name$
//
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
/*!@addtogroup Solvers */
/*@{*/
+ /**
+ * @cond internal
+ */
namespace internal
{
/**
};
}
}
+ /**
+ * @endcond
+ */
//! Generalized minimal residual method.
/**
/* --------------------- Inline and template functions ------------------- */
+#ifndef DOXYGEN
namespace internal
{
namespace SolverGMRES
this->control().last_value());
}
+#endif // DOXYGEN
+
#endif