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

◆ check_assign_dimensions()

template<typename T , assign_op_cl AssignOp = assign_op_cl::equals>
void stan::math::load_< T, AssignOp >::check_assign_dimensions ( int  rows,
int  cols 
) const
inline

If needed resizes underlying matrix to desired number of rows and cols.

Parameters
rowsdesired number of rows
colsdesired number of columns

Definition at line 315 of file load.hpp.