1 #ifndef STAN_MATH_PRIM_SCAL_ERR_IS_LESS_OR_EQUAL_HPP 2 #define STAN_MATH_PRIM_SCAL_ERR_IS_LESS_OR_EQUAL_HPP 21 template <
typename T_y,
typename T_high>
scalar_seq_view provides a uniform sequence-like wrapper around either a scalar or a sequence of scal...
size_t length(const std::vector< T > &x)
Returns the length of the provided std::vector.
T get(const std::vector< T > &x, size_t n)
Returns the n-th element of the provided std::vector.
bool is_less_or_equal(const T_y &y, const T_high &high)
Return true if y is less or equal to high.