Stan
2.5.0
probability, sampling & optimization
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
stan
mcmc
hmc
hamiltonians
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
4
#include <
stan/mcmc/hmc/hamiltonians/ps_point.hpp
>
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::mcmc::ps_point
Definition:
ps_point.hpp:16
stan::mcmc::unit_e_point::unit_e_point
unit_e_point(int n)
Definition:
unit_e_point.hpp:16
stan::mcmc::unit_e_point
Definition:
unit_e_point.hpp:12
ps_point.hpp
[
Stan Home Page
]
© 2011–2014, Stan Development Team.