1 #ifndef STAN__AGRAD__REV__FUNCTIONS__BESSEL_FIRST_KIND_HPP
2 #define STAN__AGRAD__REV__FUNCTIONS__BESSEL_FIRST_KIND_HPP
16 class bessel_first_kind_dv_vari :
public op_dv_vari {
18 bessel_first_kind_dv_vari(
int a, vari* bvi) :
29 return var(
new bessel_first_kind_dv_vari(v, a.
vi_));
T2 bessel_first_kind(const int v, const T2 z)
vari * vi_
Pointer to the implementation of this variable.
fvar< T > bessel_first_kind(int v, const fvar< T > &z)
Independent (input) and dependent (output) variables for gradients.