25 #ifndef UQ_INTERPOLATION_SURROGATE_BASE_H 
   26 #define UQ_INTERPOLATION_SURROGATE_BASE_H 
   28 #include <queso/SurrogateBase.h> 
   33   template<
typename V, 
typename M>
 
   51   template<
class V = GslVector, 
class M = GslMatrix>
 
   76 #endif // UQ_INTERPOLATION_SURROGATE_BASE_H 
Base class for surrogates of models. 
 
InterpolationSurrogateBase()
 
Class for matrix operations using GSL library. 
 
const InterpolationSurrogateData< V, M > & m_data
 
Base class for interpolation-based surrogates. 
 
virtual ~InterpolationSurrogateBase()
 
Class for vector operations using GSL library.