![]() |
Stan Math Library
2.10.0
reverse mode automatic differentiation
|
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T , int R, int C> | |
Eigen::Matrix< T, Eigen::Dynamic, 1 > | stan::math::to_vector (const Eigen::Matrix< T, R, C > &matrix) |
template<typename T > | |
Eigen::Matrix< T, Eigen::Dynamic, 1 > | stan::math::to_vector (const std::vector< T > &vec) |
Eigen::Matrix< double, Eigen::Dynamic, 1 > | stan::math::to_vector (const std::vector< int > &vec) |