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

◆ multiply() [14/17]

template<typename T1 , typename T2 , require_all_matrix_t< T1, T2 > * = nullptr, require_return_type_t< is_var, T1, T2 > * = nullptr, require_not_row_and_col_vector_t< T1, T2 > * = nullptr>
auto stan::math::multiply ( T1 &&  A,
T2 &&  B 
)
inline

Return the product of two matrices.

This version does not handle row vector times column vector

Template Parameters
T1type of first matrix
T2type of second matrix
Parameters
[in]Afirst matrix
[in]Bsecond matrix
Returns
A * B

Definition at line 29 of file multiply.hpp.