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

◆ zeros_int_array()

std::vector< int > stan::math::zeros_int_array ( int  K)
inline

Return an integer array of zeros.

Parameters
Ksize of the array
Returns
an integer array of size K with all elements initialized to 0.
Exceptions
std::domain_errorif K is negative.

Definition at line 17 of file zeros_int_array.hpp.