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

◆ zeros_row_vector()

auto stan::math::zeros_row_vector ( int  K)
inline

Return a row vector of zeros.

Parameters
Ksize of the row vector
Returns
A row vector of size K with all elements initialized to 0.
Exceptions
std::domain_errorif K is negative.

Definition at line 17 of file zeros_row_vector.hpp.