Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the specified row of the specified matrix, using start-at-1 indexing.
This is equivalent to calling m.row(i - 1)
and assigning the resulting template expression to a row vector.
T | type of the matrix |
m | Matrix. |
i | Row index (count from 1). |
std::out_of_range | if i is out of range. |