Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ ceil() [6/8]

template<typename Container , require_container_st< std::is_arithmetic, Container > * = nullptr, require_not_var_matrix_t< Container > * = nullptr>
auto stan::math::ceil ( Container &&  x)
inline

Version of ceil() that accepts std::vectors, Eigen Matrix/Array objects or expressions, and containers of these.

Template Parameters
ContainerType of x
Parameters
xContainer
Returns
Least integer >= each value in x.

Definition at line 61 of file ceil.hpp.