Stan  2.10.0
probability, sampling & optimization
arg_unit_e.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_UNIT_E_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_UNIT_E_HPP
3 
5 
6 namespace stan {
7  namespace services {
8 
9  class arg_unit_e: public unvalued_argument {
10  public:
12  _name = "unit_e";
13  _description = "Euclidean manifold with unit metric";
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.