![]() |
Stan Math Library
2.15.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 > | |
std::vector< T > | stan::math::rep_array (const T &x, int n) |
template<typename T > | |
std::vector< std::vector< T > > | stan::math::rep_array (const T &x, int m, int n) |
template<typename T > | |
std::vector< std::vector< std::vector< T > > > | stan::math::rep_array (const T &x, int k, int m, int n) |