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

◆ segment() [1/2]

template<typename Derived >
auto stan::math::vari_view_eigen< Derived >::segment ( Eigen::Index  i,
Eigen::Index  n 
) const
inline

View block of N elements starting at position i

Parameters
iStarting position of block.
nNumber of elements in block

Definition at line 296 of file vari.hpp.