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

◆ modify_argument_indices()

template<typename T >
void stan::math::diagonal_< T >::modify_argument_indices ( std::string &  row_index_name,
std::string &  col_index_name 
) const
inline

Sets col_index_name to value of row_index_name.

This is only used when diagonal is assigned to.

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

Definition at line 63 of file diagonal.hpp.