00001 //------------------------------------------------------------------------- 00002 // @f$Id: matrices.h 25473 2012-05-01 12:23:31Z bangerth @f$ 00003 // Version: @f$Name@f$ 00004 // 00005 // Copyright (C) 2003, 2004, 2006, 2007, 2010, 2012 by the deal.II authors 00006 // 00007 // This file is subject to QPL and may not be distributed 00008 // without copyright and license information. Please refer 00009 // to the file deal.II/doc/license.html for the text and 00010 // further information on this license. 00011 // 00012 //------------------------------------------------------------------------- 00013 00014 00069 template <class VECTOR> 00070 class MATRIX 00071 { 00072 public: 00080 void vmult(VECTOR& u, const VECTOR& v) const; 00084 void Tvmult(VECTOR& u, const VECTOR& v) const; 00088 void vmult_add(VECTOR& u, const VECTOR& v) const; 00092 void Tvmult_add(VECTOR& u, const VECTOR& v) const; 00094 }; 00095
documentation generated on Tue May 22 2012 12:06:02 by
doxygen
1.7.3