Stan  2.10.0
probability, sampling & optimization
arg_static.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_STATIC_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_STATIC_HPP
3 
6 
7 namespace stan {
8  namespace services {
9 
11  public:
13  _name = "static";
14  _description = "Static integration time";
15 
16  _subarguments.push_back(new arg_int_time());
17  }
18  };
19 
20  } // services
21 } // stan
22 
23 #endif
24 
Probability, optimization and sampling library.
std::string _description
Definition: argument.hpp:84

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