1#ifndef STAN_MATH_PRIM_FUN_SIZE_ZERO_HPP
2#define STAN_MATH_PRIM_FUN_SIZE_ZERO_HPP
31template <
typename T,
typename... Ts>
int64_t size(const T &m)
Returns the size (number of the elements) of a matrix_cl or var_value<matrix_cl<T>>.
bool size_zero(const T &x)
Returns 1 if input is of length 0, returns 0 otherwise.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...