![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
stan::math::internal | |
Functions | |
template<typename T , int R, int C> | |
void | stan::math::internal::resize (Eigen::Matrix< T, R, C > &x, const std::vector< int > &dims, int pos) |
template<typename T > | |
void | stan::math::internal::resize (T, const std::vector< int > &, int) |
template<typename T > | |
void | stan::math::internal::resize (std::vector< T > &x, const std::vector< int > &dims, int pos) |
template<typename T > | |
void | stan::math::resize (T &x, std::vector< int > dims) |
Recursively resize the specified vector of vectors, which must bottom out at scalar values, Eigen vectors or Eigen matrices. More... | |