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

◆ elt_multiply() [3/5]

template<typename Mat1 , typename Mat2 , require_all_eigen_t< Mat1, Mat2 > * = nullptr, require_all_not_st_var< Mat1, Mat2 > * = nullptr>
auto stan::math::elt_multiply ( const Mat1 &  m1,
const Mat2 &  m2 
)

Return the elementwise multiplication of the specified matrices.

Template Parameters
Mat1type of the first matrix or expression
Mat2type of the second matrix or expression
Parameters
m1First matrix or expression
m2Second matrix or expression
Returns
Elementwise product of matrices.

Definition at line 26 of file elt_multiply.hpp.