PlayaNewtonArmijoSolver.cpp

00001 /* @HEADER@ */
00002 //   
00003 /* @HEADER@ */
00004 
00005 
00006 #include "PlayaDefs.hpp"
00007 
00008 #ifdef HAVE_TEUCHOS_EXPLICIT_INSTANTIATION
00009 
00010 #include "PlayaNewtonArmijoSolverImpl.hpp"
00011 #include "PlayaLinearCombinationImpl.hpp"
00012 #include "PlayaLinearSolverImpl.hpp"
00013 #include "PlayaLinearOperatorImpl.hpp"
00014 
00015 
00016 namespace Playa
00017 {
00018 
00019 template class NewtonArmijoSolver<double>;
00020 
00021 }
00022 
00023 #endif

doxygen