![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <unit_e_point.hpp>
Public Member Functions | |
| unit_e_point (int n) | |
Public Member Functions inherited from stan::mcmc::ps_point | |
| ps_point (int n) | |
| ps_point (const ps_point &z) | |
| ps_point & | operator= (const ps_point &z) |
| virtual void | get_param_names (std::vector< std::string > &model_names, std::vector< std::string > &names) |
| virtual void | get_params (std::vector< double > &values) |
| virtual void | write_metric (std::ostream *o) |
Additional Inherited Members | |
Public Attributes inherited from stan::mcmc::ps_point | |
| Eigen::VectorXd | q |
| Eigen::VectorXd | p |
| double | V |
| Eigen::VectorXd | g |
Static Protected Member Functions inherited from stan::mcmc::ps_point | |
| template<typename T > | |
| static void | fast_vector_copy_ (Eigen::Matrix< T, Eigen::Dynamic, 1 > &v_to, const Eigen::Matrix< T, Eigen::Dynamic, 1 > &v_from) |
| template<typename T > | |
| static void | fast_matrix_copy_ (Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &v_to, const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &v_from) |
Definition at line 12 of file unit_e_point.hpp.
|
inline |
Definition at line 16 of file unit_e_point.hpp.