Stan  2.10.0
probability, sampling & optimization
arg_fixed_param.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_FIXED_PARAM_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_FIXED_PARAM_HPP
3 
5 
6 namespace stan {
7  namespace services {
8 
10  public:
12  _name = "fixed_param";
13  _description = "Fixed Parameter Sampler";
14  }
15  };
16 
17  } // services
18 } // stan
19 
20 #endif
21 
Probability, optimization and sampling library.
std::string _description
Definition: argument.hpp:84

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