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

◆ generate_lhs() [1/2]

template<typename T , assign_op_cl AssignOp = assign_op_cl::equals>
kernel_parts stan::math::load_< T, AssignOp >::generate_lhs ( const std::string &  row_index_name,
const std::string &  col_index_name 
) const
inline

Generates kernel code for this expression if it appears on the left hand side of an assignment.

Parameters
row_index_namerow index variable name
col_index_namecolumn index variable name
Returns
part of kernel with code for this expressions

Definition at line 175 of file load.hpp.