Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return a 1 x ncols subrow starting at (i-1, j-1).
T | type of the matrix |
m | Matrix Input matrix. |
i | Starting row + 1. |
j | Starting column + 1. |
ncols | Number of columns in block. |
std::out_of_range | if either index is out of range. |
Definition at line 23 of file sub_row.hpp.