PlayaEpetraMatrixMatrixSum.hpp

00001 /* @HEADER@ */
00002 //   
00003 /* @HEADER@ */
00004 
00005 #ifndef PLAYA_EPETRA_MATRIXMATRIXSUM_HPP
00006 #define PLAYA_EPETRA_MATRIXMATRIXSUM_HPP
00007 
00008 
00009 #include "PlayaLinearOperatorDecl.hpp"
00010 
00011 namespace Playa
00012 {
00013 
00015 LinearOperator<double> epetraMatrixMatrixSum(
00016   const LinearOperator<double>& A,
00017   const LinearOperator<double>& B);
00018 
00019 
00020 }
00021 
00022 #endif

doxygen