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

◆ bessel_second_kind() [3/4]

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

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

Overload with var_value<Matrix> for int, std::vector<int>, and std::vector<std::vector<int>>

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

Definition at line 57 of file bessel_second_kind.hpp.