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

◆ hypot() [7/10]

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

Enables the vectorized application of the hypot 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
hypot function applied to the two inputs.

Definition at line 42 of file hypot.hpp.