![]() |
Stan Math Library
2.11.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, Eigen::Dynamic > | stan::math::to_matrix (Eigen::Matrix< T, R, C > matrix) |
template<typename T > | |
Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > | stan::math::to_matrix (const std::vector< std::vector< T > > &vec) |
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > | stan::math::to_matrix (const std::vector< std::vector< int > > &vec) |