![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/rev/meta.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/rev/core.hpp>
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... | |
typedef Eigen::Matrix< vari *, Eigen::Dynamic, Eigen::Dynamic > | stan::math::matrix_vi |
The type of a matrix holding vari* values. More... | |
typedef Eigen::Matrix< vari *, Eigen::Dynamic, 1 > | stan::math::vector_vi |
The type of a (column) vector holding vari* values. More... | |
typedef Eigen::Matrix< vari *, 1, Eigen::Dynamic > | stan::math::row_vector_vi |
The type of a row vector holding vari* values. More... | |