Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return a 1 x ncols subrow starting at (i-1, j-1).
T_x | type of input kernel generator expression x |
x | input kernel generator expression. |
i | Starting row + 1. |
j | Starting column + 1. |
nrows | Number of rows in block. |
std::out_of_range | if either index is out of range. |
Definition at line 23 of file sub_col.hpp.