PlayaInverseOperator.cpp

00001 /* @HEADER@ */
00002 //   
00003 /* @HEADER@ */
00004 
00005 #include "PlayaDefs.hpp"
00006 
00007 #ifdef HAVE_TEUCHOS_EXPLICIT_INSTANTIATION
00008 
00009 #include "PlayaInverseOperatorImpl.hpp"
00010 
00011 namespace Playa
00012 {
00013 template class InverseOperator<double>;
00014 
00015 template
00016 LinearOperator<double> 
00017 inverse(const LinearOperator<double>& op, 
00018   const LinearSolver<double>& solver);
00019 }
00020 
00021 #endif

doxygen