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

◆ generate_lhs()

kernel_parts stan::math::operation_cl_lhs< transpose_< Arg > , std::remove_reference_t< Arg >::Scalar , Args >::generate_lhs ( const std::string &  row_index_name,
const std::string &  col_index_name,
const std::string &  var_name_arg 
) const
inlineinherited

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

Parameters
row_index_namerow index variable name
col_index_namecolumn index variable name
var_name_argname of the variable in kernel that holds argument to this expression
Returns
part of kernel with code for this expression

Definition at line 98 of file operation_cl_lhs.hpp.