![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <vector>#include <stan/math/matrix/Eigen.hpp>#include <stan/math/matrix/typedefs.hpp>#include <stan/agrad/rev/var.hpp>#include <stan/agrad/rev/matrix/typedefs.hpp>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 | |
| var | stan::agrad::to_var (const double &x) |
| Converts argument to an automatic differentiation variable. More... | |
| var | stan::agrad::to_var (const var &x) |
| Converts argument to an automatic differentiation variable. More... | |
| matrix_v | stan::agrad::to_var (const stan::math::matrix_d &m) |
| Converts argument to an automatic differentiation variable. More... | |
| matrix_v | stan::agrad::to_var (const matrix_v &m) |
| Converts argument to an automatic differentiation variable. More... | |
| vector_v | stan::agrad::to_var (const stan::math::vector_d &v) |
| Converts argument to an automatic differentiation variable. More... | |
| vector_v | stan::agrad::to_var (const vector_v &v) |
| Converts argument to an automatic differentiation variable. More... | |
| row_vector_v | stan::agrad::to_var (const stan::math::row_vector_d &rv) |
| Converts argument to an automatic differentiation variable. More... | |
| row_vector_v | stan::agrad::to_var (const row_vector_v &rv) |
| Converts argument to an automatic differentiation variable. More... | |