1#ifndef STAN_MATH_REV_FUN_INITIALIZE_FILL_HPP
2#define STAN_MATH_REV_FUN_INITIALIZE_FILL_HPP
24template <
typename VarMat,
typename S, require_var_matrix_t<VarMat>* =
nullptr,
25 require_stan_scalar_t<S>* =
nullptr>
T value_of(const fvar< T > &v)
Return the value of the specified variable.
void initialize_fill(EigMat &x, const S &y)
Fill the specified container with the specified value.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...