// $Id$
// Version: $Name$
//
-// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors
+// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
* for read-only operations into the
* matrix.
*/
- operator const Mat () const;
+ operator Mat () const;
/**
* Make an in-place transpose of a
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004, 2005, 2006, 2007 by the deal.II authors
+// Copyright (C) 2004, 2005, 2006, 2007, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
* where we need to pass this matrix to
* the PETSc solvers.
*/
- operator const Mat () const;
+ operator Mat () const;
/**
* Function that takes a Krylov
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004, 2005, 2006, 2008, 2009 by the deal.II authors
+// Copyright (C) 2004, 2005, 2006, 2008, 2009, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
- MatrixBase::operator const Mat () const
+ MatrixBase::operator Mat () const
{
return matrix;
}
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004, 2006, 2008, 2009 by the deal.II authors
+// Copyright (C) 2004, 2006, 2008, 2009, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
- PreconditionerBase::operator const Mat () const
+ PreconditionerBase::operator Mat () const
{
return matrix;
}