1 #ifndef STAN_MATH_REV_CORE_PRECOMP_V_VARI_HPP
2 #define STAN_MATH_REV_CORE_PRECOMP_V_VARI_HPP
The variable implementation base class.
double adj_
The adjoint of this variable, which is the partial derivative of this variable with respect to the ro...
void chain()
Apply the chain rule to this variable based on the variables on which it depends. ...
precomp_v_vari(double val, vari *avi, double da)