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

◆ generate_body()

template<typename T , assign_op_cl AssignOp = assign_op_cl::equals>
std::string stan::math::load_< T, AssignOp >::generate_body ( const std::string &  row_index_name,
const std::string &  col_index_name,
const bool  view_handled,
const char *  arg_var_name 
) const
inline

Generates kernel code for main body of this expression.

Parameters
row_index_namerow index variable name
col_index_namecolumn index variable name
view_handledwhether whether caller already handled matrix view
arg_var_namevariable name used for kernel arguments this is using
Returns
part of kernel with code for this expression

Definition at line 115 of file load.hpp.