![]() |
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. | |
Functions | |
| template<int R, int C> | |
| const Eigen::Matrix< double, R, C > & | stan::agrad::value_of (const Eigen::Matrix< double, R, C > &M) |
| Convert a matrix to a matrix of doubles. More... | |
| template<int R, int C> | |
| Eigen::Matrix< double, R, C > | stan::agrad::value_of (const Eigen::Matrix< var, R, C > &M) |
| Convert a matrix to a matrix of doubles. More... | |