Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ initialize_fill() [3/4]

template<typename Vec , typename S , require_std_vector_t< Vec > * = nullptr>
void stan::math::initialize_fill ( Vec &  x,
S &&  y 
)
inline

Fill the specified container with the specified value.

Each container in the specified standard vector is filled recursively by calling fill.

Template Parameters
VecA standard vector
Stype of value
Parameters
[in]xContainer.
[in,out]yValue.

Definition at line 57 of file initialize_fill.hpp.