![]() |
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 | |
void | stan::math::initialize_variable (var &variable, const var &value) |
Initialize variable to value. More... | |
template<int R, int C> | |
void | stan::math::initialize_variable (Eigen::Matrix< var, R, C > &matrix, const var &value) |
Initialize every cell in the matrix to the specified value. More... | |
template<typename T > | |
void | stan::math::initialize_variable (std::vector< T > &variables, const var &value) |
Initialize the variables in the standard vector recursively. More... | |