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

◆ complex_multiply()

template<typename U , typename V , require_any_complex_t< U, V > * = nullptr>
complex_return_t< U, V > stan::math::internal::complex_multiply ( const U &  lhs,
const V &  rhs 
)
inline

Return the product of the specified arguments.

At least one of the arguments must be a complex number.

Template Parameters
Utype of first argumentx
Vtype of second argument
Parameters
[in]lhsfirst argument
[in]rhssecond argument
Returns
product of the arguments

Definition at line 24 of file operator_multiplication.hpp.