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