![]() |
Stan
1.0
probability, sampling & optimization
|
Probability, optimization and sampling library. More...
Namespaces | |
| agrad | |
| Function gradients via reverse-mode automatic differentiation. | |
| gm | |
| Directed graphical model compiler. | |
| io | |
| Input/output utilities. | |
| math | |
| Matrices and templated mathematical functions. | |
| mcmc | |
| Markov chain Monte Carlo samplers. | |
| memory | |
| (Expert) Allocate, free, and manage underlying system memory. | |
| model | |
| For compiling models. | |
| optimization | |
| prob | |
| Templated probability distributions. | |
Functions | |
| template<typename T > | |
| size_t | length (const T &x) |
| template<typename T > | |
| size_t | length (const std::vector< T > &x) |
| template<typename T > | |
| size_t | length (const Eigen::Matrix< T, Eigen::Dynamic, 1 > &v) |
| template<typename T > | |
| size_t | length (const Eigen::Matrix< T, 1, Eigen::Dynamic > &rv) |
| template<typename T > | |
| size_t | size_of (const T &x) |
| template<typename T1 , typename T2 > | |
| size_t | max_size (const T1 &x1, const T2 &x2) |
| template<typename T1 , typename T2 , typename T3 > | |
| size_t | max_size (const T1 &x1, const T2 &x2, const T3 &x3) |
| template<typename T1 , typename T2 , typename T3 , typename T4 > | |
| size_t | max_size (const T1 &x1, const T2 &x2, const T3 &x3, const T4 &x4) |
Variables | |
| const std::string | MAJOR_VERSION = "1" |
| Major version number for Stan package. More... | |
| const std::string | MINOR_VERSION = "1" |
| Minor version number for Stan package. More... | |
| const std::string | PATCH_VERSION = "0" |
| Patch version for Stan package. More... | |
Probability, optimization and sampling library.
| size_t stan::length | ( | const Eigen::Matrix< T, 1, Eigen::Dynamic > & | rv | ) |
Definition at line 124 of file traits.hpp.
| size_t stan::length | ( | const Eigen::Matrix< T, Eigen::Dynamic, 1 > & | v | ) |
Definition at line 120 of file traits.hpp.
| size_t stan::length | ( | const std::vector< T > & | x | ) |
Definition at line 115 of file traits.hpp.
| size_t stan::length | ( | const T & | x | ) |
Definition at line 111 of file traits.hpp.
| size_t stan::max_size | ( | const T1 & | x1, |
| const T2 & | x2 | ||
| ) |
Definition at line 148 of file traits.hpp.
| size_t stan::max_size | ( | const T1 & | x1, |
| const T2 & | x2, | ||
| const T3 & | x3 | ||
| ) |
Definition at line 155 of file traits.hpp.
| size_t stan::max_size | ( | const T1 & | x1, |
| const T2 & | x2, | ||
| const T3 & | x3, | ||
| const T4 & | x4 | ||
| ) |
Definition at line 163 of file traits.hpp.
| size_t stan::size_of | ( | const T & | x | ) |
Definition at line 143 of file traits.hpp.
| const std::string stan::MAJOR_VERSION = "1" |
Major version number for Stan package.
Definition at line 9 of file version.hpp.
| const std::string stan::MINOR_VERSION = "1" |
Minor version number for Stan package.
Definition at line 12 of file version.hpp.
| const std::string stan::PATCH_VERSION = "0" |
Patch version for Stan package.
Definition at line 15 of file version.hpp.