1 #ifndef STAN_MATH_PRIM_ARR_FUN_FILL_HPP 2 #define STAN_MATH_PRIM_ARR_FUN_FILL_HPP 21 template <
typename T,
typename S>
22 void fill(std::vector<T>& x,
const S& y) {
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic >::Index size_type
Type for sizes and indexes in an Eigen matrix with double e.
void fill(std::vector< T > &x, const S &y)
Fill the specified container with the specified value.