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

◆ diag_pre_multiply() [3/4]

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

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

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

Definition at line 26 of file diag_pre_multiply.hpp.