Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return a nrows x ncols submatrix starting at (i-1, j-1).
T | type of elements in the matrix |
m | Matrix. |
i | Starting row. |
j | Starting column. |
nrows | Number of rows in block. |
ncols | Number of columns in block. |
std::out_of_range | if either index is out of range. |