Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ get() [2/3]

template<typename T >
T stan::get ( const std::vector< T > &  x,
size_t  n 
)
inline

Returns the n-th element of the provided std::vector.

Parameters
xinput vector
nindex of the element to return
Returns
n-th element of the input vector

Definition at line 35 of file get.hpp.