Automatic Differentiation
 
Loading...
Searching...
No Matches
vd_vari.hpp
Go to the documentation of this file.
1#ifndef STAN_MATH_REV_CORE_VD_VARI_HPP
2#define STAN_MATH_REV_CORE_VD_VARI_HPP
3
5
6namespace stan {
7namespace math {
8
9class op_vd_vari : public vari {
10 protected:
12 double bd_;
13
14 public:
15 op_vd_vari(double f, vari* avi, double b) : vari(f), avi_(avi), bd_(b) {}
16};
17
18} // namespace math
19} // namespace stan
20#endif
op_vd_vari(double f, vari *avi, double b)
Definition vd_vari.hpp:15
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
Definition fvar.hpp:9