Stan Math Library
4.9.0
Automatic Differentiation
|
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.
T1 | type of the matrix |
T2 | type of the vector/row_vector |
m1 | input matrix |
m2 | input vector/row_vector |
Definition at line 25 of file diag_post_multiply.hpp.