Point in a generic phase space.
More...
#include <ps_point.hpp>
|
Eigen::VectorXd | q |
|
Eigen::VectorXd | p |
|
double | V |
|
Eigen::VectorXd | g |
|
|
template<typename T > |
static void | fast_vector_copy_ (Eigen::Matrix< T, Dynamic, 1 > &v_to, const Eigen::Matrix< T, Dynamic, 1 > &v_from) |
|
template<typename T > |
static void | fast_matrix_copy_ (Eigen::Matrix< T, Dynamic, Dynamic > &v_to, const Eigen::Matrix< T, Dynamic, Dynamic > &v_from) |
|
Point in a generic phase space.
Definition at line 17 of file ps_point.hpp.
stan::mcmc::ps_point::ps_point |
( |
int |
n | ) |
|
|
inlineexplicit |
stan::mcmc::ps_point::ps_point |
( |
const ps_point & |
z | ) |
|
|
inline |
template<typename T >
static void stan::mcmc::ps_point::fast_matrix_copy_ |
( |
Eigen::Matrix< T, Dynamic, Dynamic > & |
v_to, |
|
|
const Eigen::Matrix< T, Dynamic, Dynamic > & |
v_from |
|
) |
| |
|
inlinestaticprotected |
template<typename T >
static void stan::mcmc::ps_point::fast_vector_copy_ |
( |
Eigen::Matrix< T, Dynamic, 1 > & |
v_to, |
|
|
const Eigen::Matrix< T, Dynamic, 1 > & |
v_from |
|
) |
| |
|
inlinestaticprotected |
virtual void stan::mcmc::ps_point::get_param_names |
( |
std::vector< std::string > & |
model_names, |
|
|
std::vector< std::string > & |
names |
|
) |
| |
|
inlinevirtual |
virtual void stan::mcmc::ps_point::get_params |
( |
std::vector< double > & |
values | ) |
|
|
inlinevirtual |
friend class ps_point_test |
|
friend |
Eigen::VectorXd stan::mcmc::ps_point::g |
Eigen::VectorXd stan::mcmc::ps_point::p |
Eigen::VectorXd stan::mcmc::ps_point::q |
double stan::mcmc::ps_point::V |
The documentation for this class was generated from the following file: