Loading [MathJax]/extensions/TeX/AMSmath.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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.