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