![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <stan/agrad/fwd/fvar.hpp>#include <stan/meta/traits.hpp>#include <stan/math/functions/log_diff_exp.hpp>#include <stan/math/constants.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::agrad | |
| Function gradients via reverse-mode automatic differentiation. | |
Functions | |
| template<typename T > | |
| fvar< T > | stan::agrad::log_diff_exp (const fvar< T > &x1, const fvar< T > &x2) |
| template<typename T1 , typename T2 > | |
| fvar< T2 > | stan::agrad::log_diff_exp (const T1 &x1, const fvar< T2 > &x2) |
| template<typename T1 , typename T2 > | |
| fvar< T1 > | stan::agrad::log_diff_exp (const fvar< T1 > &x1, const T2 &x2) |