Stan Math Library
4.9.0
Automatic Differentiation
Loading...
Searching...
No Matches
◆
hypot()
[5/10]
template<typename T_a , typename T_b ,
require_all_prim_or_rev_kernel_expression_t
< T_a, T_b > * = nullptr,
require_any_var_t
< T_a, T_b > * = nullptr,
require_any_not_stan_scalar_t
< T_a, T_b > * = nullptr>
var_value
<
matrix_cl
< double > > stan::math::hypot
(
T_a &&
a
,
T_b &&
b
)
inline
Returns the elementwise
hypot()
of the input.
Template Parameters
T_a
type of first expression
T_b
type of second expression
Parameters
a
first expression
b
second expression
Returns
Elementwise
hypot()
of the input.
Definition at line
28
of file
hypot.hpp
.
stan
math
[
Stan Home Page
]
© 2011–2019, Stan Development Team.