PlayaVectorOps.cpp

00001 /* @HEADER@ */
00002 //   
00003 /* @HEADER@ */
00004 
00005 
00006 #include "PlayaDefs.hpp"
00007 
00008 #ifdef HAVE_TEUCHOS_EXPLICIT_INSTANTIATION
00009 
00010 #include "PlayaVectorOpsImpl.hpp"
00011 
00012 namespace Playa
00013 {
00014 
00016 template double minloc(const Vector<double>& x, int& gni);
00017 
00019 template double maxloc(const Vector<double>& x, int& gni);
00020 
00022 template double minlocWithBound(const double& lowerBound, 
00023   const Vector<double>& x, int& gni);
00024 
00026 template double maxlocWithBound(const double& upperBound, 
00027   const Vector<double>& x, int& gni);
00028   
00029 
00030 }
00031 
00032 #endif
00033 

doxygen