Stan  2.10.0
probability, sampling & optimization
var_context_factory.hpp
Go to the documentation of this file.
1 #ifndef STAN_INTERFACE_CALLBACKS_VAR_CONTEXT_FACTORY_VAR_CONTEXT_FACTORY_HPP
2 #define STAN_INTERFACE_CALLBACKS_VAR_CONTEXT_FACTORY_VAR_CONTEXT_FACTORY_HPP
3 
4 #include <string>
5 
6 namespace stan {
7  namespace interface_callbacks {
8  namespace var_context_factory {
9 
10  template <typename VARCON>
12  public:
14  virtual VARCON operator()(const std::string source) = 0;
15  typedef VARCON var_context_t;
16  };
17 
18  }
19  }
20 }
21 
22 #endif
Probability, optimization and sampling library.
virtual VARCON operator()(const std::string source)=0

     [ Stan Home Page ] © 2011–2016, Stan Development Team.