Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
unit_e_point.hpp
Go to the documentation of this file.
1 #ifndef STAN__MCMC__UNIT__E__POINT__BETA
2 #define STAN__MCMC__UNIT__E__POINT__BETA
3 
5 
6 namespace stan {
7 
8  namespace mcmc {
9 
10  // Point in a phase space with a base
11  // Euclidean manifold with unit metric
12  class unit_e_point: public ps_point {
13 
14  public:
15 
16  unit_e_point(int n): ps_point(n) {};
17 
18  };
19 
20  } // mcmc
21 
22 } // stan
23 
24 
25 #endif

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