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

◆ block()

template<typename T >
auto stan::math::vari_cl_base< T >::block ( int  row,
int  col,
int  rows,
int  cols 
)
inlineinherited

Returns a view into a block of matrix.

Parameters
rowstarting row of the block
colstarting column of the block
rowsnumber of rows in the block
colsnumber of columns in the block
Returns
block

Definition at line 71 of file vari.hpp.