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

◆ initialize_fill() [1/4]

template<typename EigMat , typename S , require_eigen_t< EigMat > * = nullptr, require_stan_scalar_t< S > * = nullptr>
void stan::math::initialize_fill ( EigMat &  x,
const S &  y 
)
inline

Fill the specified container with the specified value.

The specified matrix is filled by element.

Template Parameters
EigMatType inheriting from EigenBase
SType of value.
Parameters
xContainer.
yValue.

Definition at line 24 of file initialize_fill.hpp.