![]() |
Stan Math Library
2.12.0
reverse mode automatic differentiation
|
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Typedefs | |
typedef Eigen::Matrix< var, Eigen::Dynamic, Eigen::Dynamic > | stan::math::matrix_v |
The type of a matrix holding var values. More... | |
typedef Eigen::Matrix< var, Eigen::Dynamic, 1 > | stan::math::vector_v |
The type of a (column) vector holding var values. More... | |
typedef Eigen::Matrix< var, 1, Eigen::Dynamic > | stan::math::row_vector_v |
The type of a row vector holding var values. More... | |