Stan Math Library
4.9.0
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
K
size of the row vector
Returns
A row vector of size K with all elements initialized to 0.
Exceptions
std::domain_error
if K is negative.
Definition at line
17
of file
zeros_row_vector.hpp
.
stan
math
[
Stan Home Page
]
© 2011–2019, Stan Development Team.