1#ifndef STAN_MATH_REV_FUN_LOG1M_EXP_HPP
2#define STAN_MATH_REV_FUN_LOG1M_EXP_HPP
24template <
typename T, require_stan_scalar_or_eigen_t<T>* =
nullptr>
27 as_array_or_scalar(x.adj())
28 -= as_array_or_scalar(vi.adj()) / as_array_or_scalar(expm1(-x.val()));
fvar< T > log1m_exp(const fvar< T > &x)
Return the natural logarithm of one minus the exponentiation of the specified argument.
var_value< plain_type_t< T > > make_callback_var(T &&value, F &&functor)
Creates a new var initialized with a callback_vari with a given value and reverse-pass callback funct...
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...