1#ifndef STAN_MATH_PRIM_FUN_VEC_CONCAT_HPP
2#define STAN_MATH_PRIM_FUN_VEC_CONCAT_HPP
19template <
typename Vec,
typename... VecArgs>
26template <
typename VecInOut>
37template <
typename VecInOut,
typename VecIn,
typename... VecArgs>
39 const VecArgs&... args) {
56template <
typename Vec,
typename... Args>
57inline auto vec_concat(
const Vec& v1,
const Args&... args) {
void append_vectors(VecInOut &x)
End of recursion for appending to vector.
auto vec_concat(const Vec &v1, const Args &... args)
Get the event stack from a vector of events and other arguments.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...