Automatic Differentiation
 
Loading...
Searching...
No Matches
bessel_second_kind.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::math
 Matrices and templated mathematical functions.
 

Functions

var stan::math::bessel_second_kind (int v, const var &a)
 
template<typename T1 , typename T2 , require_st_integral< T1 > * = nullptr, require_eigen_t< T2 > * = nullptr>
auto stan::math::bessel_second_kind (const T1 &v, const var_value< T2 > &a)
 Overload with var_value<Matrix> for int, std::vector<int>, and std::vector<std::vector<int>>