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

◆ round() [5/6]

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

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

Template Parameters
ContainerType of x
Parameters
xContainer
Returns
Rounded value of each value in x.

Definition at line 53 of file round.hpp.