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.
§ ps_point() [1/2]
| stan::mcmc::ps_point::ps_point |
( |
int |
n | ) |
|
|
inlineexplicit |
§ ps_point() [2/2]
| stan::mcmc::ps_point::ps_point |
( |
const ps_point & |
z | ) |
|
|
inline |
§ fast_matrix_copy_()
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 |
§ fast_vector_copy_()
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 |
§ get_param_names()
| virtual void stan::mcmc::ps_point::get_param_names |
( |
std::vector< std::string > & |
model_names, |
|
|
std::vector< std::string > & |
names |
|
) |
| |
|
inlinevirtual |
§ get_params()
| virtual void stan::mcmc::ps_point::get_params |
( |
std::vector< double > & |
values | ) |
|
|
inlinevirtual |
§ operator=()
§ write_metric()
§ ps_point_test
| 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: