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

◆ modify_argument_indices()

void stan::math::operation_cl< opencl_code_impl< Code, T_arguments... > , double , Args >::modify_argument_indices ( std::string &  row_index_name,
std::string &  col_index_name 
) const
inlineinherited

Does nothing.

Derived classes can override this to modify how indices are passed to its argument expressions. On input arguments row_index_name and col_index_name are expressions for indices of this operation. On output they are expressions for indices of argument operations.

Parameters
[in,out]row_index_namerow index
[in,out]col_index_namecolumn index

Definition at line 302 of file operation_cl.hpp.