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

◆ diag_post_multiply() [2/3]

template<typename T1 , typename T2 , require_any_var_t< T1, T2 > * = nullptr, require_all_nonscalar_prim_or_rev_kernel_expression_t< T1, T2 > * = nullptr>
var_value< matrix_cl< double > > stan::math::diag_post_multiply ( T1 &&  v1,
T2 &&  v2 
)
inline

Return the product of a matrix and the diagonal matrix formed from the vector or row_vector.

Template Parameters
T1type of the matrix
T2type of the vector/row_vector
Parameters
v1input matrix
v2input vector/row_vector
Returns
product of a matrix and the diagonal matrix formed from the vector or row_vector.

Definition at line 30 of file diag_post_multiply.hpp.