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

◆ floor() [5/7]

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

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

Template Parameters
ContainerType of x
Parameters
xContainer
Returns
Greatest integer <= each value in x.

Definition at line 56 of file floor.hpp.