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

◆ multiply_log() [7/11]

template<typename T1 , typename T2 , require_any_container_t< T1, T2 > * = nullptr, require_all_not_var_matrix_t< T1, T2 > * = nullptr>
auto stan::math::multiply_log ( T1 &&  a,
T2 &&  b 
)
inline

Enables the vectorized application of the multiply_log function, when the first and/or second arguments are containers.

Template Parameters
T1type of first input
T2type of second input
Parameters
aFirst input
bSecond input
Returns
multiply_log function applied to the two inputs.

Definition at line 70 of file multiply_log.hpp.