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

◆ block_()

template<typename T >
stan::math::block_< T >::block_ ( T &&  a,
int  start_row,
int  start_col,
int  rows,
int  cols 
)
inline

Constructor.

Parameters
aexpression
start_rowfirst row of block
start_colfirst column of a block
rowsnumber of rows in block
colsnumber of columns in block

Definition at line 53 of file block_zero_based.hpp.