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

◆ to_int() [3/3]

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

Returns the elementwise to_int() of the input, which may be a scalar or any Stan container of numeric scalars.

Template Parameters
Containertype of container
Parameters
xargument
Returns
Integer value of each variable in the container.

Definition at line 74 of file to_int.hpp.