Stan  2.10.0
probability, sampling & optimization
unit_e_point.hpp
Go to the documentation of this file.
1 #ifndef STAN_MCMC_HMC_HAMILTONIANS_UNIT_E_POINT_HPP
2 #define STAN_MCMC_HMC_HAMILTONIANS_UNIT_E_POINT_HPP
3 
5 
6 namespace stan {
7  namespace mcmc {
12  class unit_e_point: public ps_point {
13  public:
14  explicit unit_e_point(int n)
15  : ps_point(n) {}
16  };
17 
19  writer("No free parameters for unit metric");
20  }
21 
22  } // mcmc
23 } // stan
24 
25 #endif
Probability, optimization and sampling library.
Point in a generic phase space.
Definition: ps_point.hpp:17
Point in a phase space with a base Euclidean manifold with unit metric.
base_writer is an abstract base class defining the interface for Stan writer callbacks.
Definition: base_writer.hpp:20
void write_metric(stan::interface_callbacks::writer::base_writer &writer)

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