Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the specified number of elements as a row/column vector starting from the specified element - 1 of the specified row/column vector.
T_x | type of input kernel generator expression x |
x | input kernel generator expression. |
i | Starting row/column + 1. |
n | Number of rows/columns in segment. |
std::out_of_range | if either index is out of range. |
Definition at line 24 of file segment.hpp.