![]() |
Stan Math Library
2.15.0
reverse mode automatic differentiation
|
#include <stan/math/fwd/core.hpp>
#include <stan/math/prim/scal/fun/constants.hpp>
#include <stan/math/prim/scal/fun/fmax.hpp>
#include <stan/math/prim/scal/fun/is_nan.hpp>
#include <stan/math/prim/scal/meta/likely.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
fvar< T > | stan::math::fmax (const fvar< T > &x1, const fvar< T > &x2) |
Return the greater of the two specified arguments. More... | |
template<typename T > | |
fvar< T > | stan::math::fmax (double x1, const fvar< T > &x2) |
Return the greater of the two specified arguments. More... | |
template<typename T > | |
fvar< T > | stan::math::fmax (const fvar< T > &x1, double x2) |
Return the greater of the two specified arguments. More... | |