Stan Math Library
4.9.0
Automatic Differentiation
|
auto stan::math::diag_pre_multiply | ( | const T1 & | m1, |
const T2 & | m2 | ||
) |
Return the product of the diagonal matrix formed from the vector or row_vector and a matrix.
T1 | type of the vector/row_vector |
T2 | type of the matrix |
m1 | input vector/row_vector |
m2 | input matrix |
Definition at line 25 of file diag_pre_multiply.hpp.