1 #ifndef STAN__AGRAD__REV__FUNCTIONS__INV_CLOGLOG_HPP
2 #define STAN__AGRAD__REV__FUNCTIONS__INV_CLOGLOG_HPP
12 class inv_cloglog_vari :
public op_v_vari {
14 inv_cloglog_vari(vari* avi) :
15 op_v_vari(stan::math::
inv_cloglog(avi->val_), avi) {
38 return var(
new inv_cloglog_vari(a.
vi_));
fvar< T > inv_cloglog(const fvar< T > &x)
vari * vi_
Pointer to the implementation of this variable.
Independent (input) and dependent (output) variables for gradients.
fvar< T > exp(const fvar< T > &x)