![]() |
Stan
2.5.0
probability, sampling & optimization
|
Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::agrad | |
| Function gradients via reverse-mode automatic differentiation. | |
Typedefs | |
| typedef Eigen::Matrix< var, Eigen::Dynamic, Eigen::Dynamic > | stan::agrad::matrix_v |
The type of a matrix holding stan::agrad::var values. More... | |
| typedef Eigen::Matrix< var, Eigen::Dynamic, 1 > | stan::agrad::vector_v |
The type of a (column) vector holding stan::agrad::var values. More... | |
| typedef Eigen::Matrix< var, 1, Eigen::Dynamic > | stan::agrad::row_vector_v |
The type of a row vector holding stan::agrad::var values. More... | |