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