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

◆ diag_post_multiply() [3/3]

template<typename T1 , typename T2 , require_eigen_t< T1 > * = nullptr, require_eigen_vector_t< T2 > * = nullptr, require_all_not_st_var< T1, T2 > * = nullptr>
auto stan::math::diag_post_multiply ( const T1 &  m1,
const T2 &  m2 
)

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

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

Template Parameters
T1type of the matrix
T2type of the vector/row_vector
Parameters
m1input matrix
m2input vector/row_vector
Returns
product of the matrix and the diagonal matrix formed from the vector or row_vector.

Definition at line 25 of file diag_post_multiply.hpp.