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

◆ get_kernel_parts_lhs()

kernel_parts stan::math::operation_cl_lhs< transpose_< Arg > , std::remove_reference_t< Arg >::Scalar , Args >::get_kernel_parts_lhs ( std::unordered_map< const void *, const char * > &  generated,
std::unordered_map< const void *, const char * > &  generated_all,
name_generator name_gen,
const std::string &  row_index_name,
const std::string &  col_index_name 
) const
inlineinherited

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

Parameters
[in,out]generatedmap from (pointer to) already generated local operations to variable names
[in,out]generated_allmap from (pointer to) already generated all operations to variable names
name_genname generator for this kernel
row_index_namerow index variable name
col_index_namecolumn index variable name
Returns
part of kernel with code for this expressions

Definition at line 49 of file operation_cl_lhs.hpp.