#include <stan/math/fwd/core.hpp>
#include <stan/math/prim/scal/fun/constants.hpp>
#include <stan/math/prim/scal/fun/fmin.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 | |
Functions | |
template<typename T > | |
fvar< T > | stan::math::fmin (const fvar< T > &x1, const fvar< T > &x2) |
template<typename T > | |
fvar< T > | stan::math::fmin (double x1, const fvar< T > &x2) |
template<typename T > | |
fvar< T > | stan::math::fmin (const fvar< T > &x1, double x2) |