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

◆ multiply() [14/16]

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

Return the product of a row vector times a column vector as a scalar.

Template Parameters
T1type of row vector
T2type of column vector
Parameters
[in]Arow vector
[in]Bcolumn vector
Returns
A * B as a scalar

Definition at line 90 of file multiply.hpp.