1#ifndef STAN_MATH_PRIM_FUN_MAX_SIZE_MVT_HPP
2#define STAN_MATH_PRIM_FUN_MAX_SIZE_MVT_HPP
24template <
typename T1,
typename... Ts>
int64_t size_mvt(const ScalarT &)
Provides the size of a multivariate argument.
int64_t max_size_mvt(const T1 &x1, const Ts &... xs)
Calculate the size of the largest multivariate input.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...