Stan  2.10.0
probability, sampling & optimization
arg_data.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_DATA_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_DATA_HPP
3 
5 
7 
8 namespace stan {
9  namespace services {
10 
12  public:
14  _name = "data";
15  _description = "Input data options";
16 
17  _subarguments.push_back(new arg_data_file());
18  }
19  };
20 
21  } // services
22 } // stan
23 
24 #endif
Probability, optimization and sampling library.
std::string _description
Definition: argument.hpp:84

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