Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return a nrows x 1 subcolumn starting at (i-1, j-1).
T | type of the matrix |
m | Matrix. |
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.