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