![]() |
Stan Math Library
2.9.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< double, Eigen::Dynamic, Eigen::Dynamic > | stan::math::matrix_d |
Type for matrix of double values. More... | |
typedef Eigen::Matrix< double, Eigen::Dynamic, 1 > | stan::math::vector_d |
Type for (column) vector of double values. More... | |
typedef Eigen::Matrix< double, 1, Eigen::Dynamic > | stan::math::row_vector_d |
Type for (row) vector of double values. More... | |