25 #include <queso/VectorSet.h> 
   26 #include <queso/ScalarFunction.h> 
   27 #include <queso/GslVector.h> 
   28 #include <queso/GslMatrix.h> 
   33 template<
class V, 
class M>
 
   36   : m_env(domainSet.env()),
 
   37     m_prefix((std::string)(prefix) + 
"func_"),
 
   38     m_domainSet(domainSet)
 
   43 template<
class V, 
class M>
 
   49 template<
class V, 
class M>
 
BaseScalarFunction(const char *prefix, const VectorSet< V, M > &domainSet)
Default constructor. 
 
virtual ~BaseScalarFunction()
Destructor. 
 
A templated class for handling sets. 
 
const VectorSet< V, M > & domainSet() const 
Access to the protected attribute m_domainSet: domain set of the scalar function. ...