Stan  2.10.0
probability, sampling & optimization
arg_test.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_TEST_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_TEST_HPP
3 
6 
7 namespace stan {
8  namespace services {
9 
10  class arg_test: public list_argument {
11  public:
13  _name = "test";
14  _description = "Diagnostic test";
15 
16  _values.push_back(new arg_test_gradient());
17 
18  _default_cursor = 0;
20  }
21  };
22 
23  } // services
24 } // stan
25 
26 #endif
27 
std::vector< argument * > _values
Probability, optimization and sampling library.
std::string _description
Definition: argument.hpp:84

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