1#ifndef STAN_MATH_REV_FUN_INITIALIZE_VARIABLE_HPP
2#define STAN_MATH_REV_FUN_INITIALIZE_VARIABLE_HPP
26template <
int R,
int C>
39 for (
size_t i = 0; i < variables.size(); ++i) {
void initialize_variable(var &variable, const var &value)
Initialize variable to value.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...